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 Link icon

    Nested classes/interfaces inherited from interface org.openscience.cdk.io.formats.IChemFormatMatcher Link icon

    org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult
  • Field Summary Link icon

    Fields inherited from interface org.openscience.cdk.io.formats.IChemFormatMatcher Link icon

    NO_MATCH
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    static org.openscience.cdk.io.formats.IResourceFormat
     
    boolean
    matches(int lineNumber, String line)
     
    final org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult
     

    Methods inherited from class org.openscience.cdk.io.formats.SMILESFormat Link icon

    getFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, getReaderClassName, getRequiredDataFeatures, getSupportedDataFeatures, getWriterClassName, isXMLBased

    Methods inherited from class org.openscience.cdk.io.formats.AbstractResourceFormat Link icon

    equals, hashCode

    Methods inherited from class java.lang.Object Link icon

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openscience.cdk.io.formats.IChemFormat Link icon

    getReaderClassName, getRequiredDataFeatures, getSupportedDataFeatures, getWriterClassName

    Methods inherited from interface org.openscience.cdk.io.formats.IResourceFormat Link icon

    getFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, isXMLBased
  • Constructor Details Link icon

    • SMILESFormatMatcher Link icon

      public SMILESFormatMatcher()
  • Method Details Link icon

    • getInstance Link icon

      public static org.openscience.cdk.io.formats.IResourceFormat getInstance()
    • matches Link icon

      public boolean matches(int lineNumber, String line)
    • matches Link icon

      public final org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult matches(List<String> lines)
      Specified by:
      matches in interface org.openscience.cdk.io.formats.IChemFormatMatcher