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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    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

    • getInstance

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

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

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