ambit2.core.processors.batch
Class DefaultInputState

Package class diagram package DefaultInputState
java.lang.Object
  extended by ambit2.core.processors.batch.DefaultIOState
      extended by ambit2.core.processors.batch.DefaultInputState
All Implemented Interfaces:
ambit2.base.interfaces.IInputOutputState, IInputState, java.io.Serializable

public class DefaultInputState
extends DefaultIOState
implements IInputState

See Also:
Serialized Form

Field Summary
protected  org.openscience.cdk.io.iterator.IIteratingChemObjectReader reader
           
 
Fields inherited from class ambit2.core.processors.batch.DefaultIOState
currentRecord, responseType
 
Constructor Summary
DefaultInputState(org.openscience.cdk.io.iterator.IIteratingChemObjectReader reader)
           
 
Method Summary
 org.openscience.cdk.io.iterator.IIteratingChemObjectReader getReader()
           
 
Methods inherited from class ambit2.core.processors.batch.DefaultIOState
getCurrentRecord, getResponseType, setCurrentRecord, setResponseType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ambit2.base.interfaces.IInputOutputState
getCurrentRecord, getResponseType, setCurrentRecord, setResponseType
 

Field Detail

reader

protected transient org.openscience.cdk.io.iterator.IIteratingChemObjectReader reader
Constructor Detail

DefaultInputState

public DefaultInputState(org.openscience.cdk.io.iterator.IIteratingChemObjectReader reader)
Method Detail

getReader

public org.openscience.cdk.io.iterator.IIteratingChemObjectReader getReader()
                                                                     throws ambit2.base.exceptions.AmbitIOException
Specified by:
getReader in interface IInputState
Throws:
ambit2.base.exceptions.AmbitIOException