Package org.openscience.cdk.cdkbook
Class SMILESFormatMatcher
java.lang.Object
org.openscience.cdk.io.formats.AbstractResourceFormat
org.openscience.cdk.io.formats.SMILESFormat
org.openscience.cdk.cdkbook.SMILESFormatMatcher
- All Implemented Interfaces:
org.openscience.cdk.io.formats.IChemFormat
,org.openscience.cdk.io.formats.IChemFormatMatcher
,org.openscience.cdk.io.formats.IResourceFormat
public class SMILESFormatMatcher
extends org.openscience.cdk.io.formats.SMILESFormat
implements org.openscience.cdk.io.formats.IChemFormatMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openscience.cdk.io.formats.IChemFormatMatcher
org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult
-
Field Summary
Fields inherited from interface org.openscience.cdk.io.formats.IChemFormatMatcher
NO_MATCH
-
Constructor Summary
-
Method Summary
Methods inherited from class org.openscience.cdk.io.formats.SMILESFormat
getFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, getReaderClassName, getRequiredDataFeatures, getSupportedDataFeatures, getWriterClassName, isXMLBased
Methods inherited from class org.openscience.cdk.io.formats.AbstractResourceFormat
equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openscience.cdk.io.formats.IChemFormat
getReaderClassName, getRequiredDataFeatures, getSupportedDataFeatures, getWriterClassName
Methods inherited from interface org.openscience.cdk.io.formats.IResourceFormat
getFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, isXMLBased
-
Constructor Details
-
SMILESFormatMatcher
public SMILESFormatMatcher()
-
-
Method Details