ambit2.core.processors.structure
Class InchiProcessor

Package class diagram package InchiProcessor
java.lang.Object
  extended by ambit2.base.processors.DefaultAmbitProcessor<org.openscience.cdk.interfaces.IAtomContainer,org.openscience.cdk.inchi.InChIGenerator>
      extended by ambit2.core.processors.structure.InchiProcessor
All Implemented Interfaces:
ambit2.base.interfaces.IProcessor<org.openscience.cdk.interfaces.IAtomContainer,org.openscience.cdk.inchi.InChIGenerator>, java.io.Serializable

public class InchiProcessor
extends ambit2.base.processors.DefaultAmbitProcessor<org.openscience.cdk.interfaces.IAtomContainer,org.openscience.cdk.inchi.InChIGenerator>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ambit2.base.processors.DefaultAmbitProcessor
enabled, logger, propertyChangeSupport
 
Constructor Summary
InchiProcessor()
           
 
Method Summary
 org.openscience.cdk.inchi.InChIGenerator process(org.openscience.cdk.interfaces.IAtomContainer target)
           
 
Methods inherited from class ambit2.base.processors.DefaultAmbitProcessor
addPropertyChangeListener, addPropertyChangeListener, getID, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InchiProcessor

public InchiProcessor()
Method Detail

process

public org.openscience.cdk.inchi.InChIGenerator process(org.openscience.cdk.interfaces.IAtomContainer target)
                                                 throws ambit2.base.exceptions.AmbitException
Throws:
ambit2.base.exceptions.AmbitException