public interface IMoleculesIterator extends Iterator
| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_EMPTYFILE |
static String |
MSG_ERRORONOPEN |
static String |
MSG_ERRORONSAVE |
static String |
MSG_OPENSUCCESS |
static String |
MSG_SAVESUCCESS |
static String |
MSG_UNSUPPORTEDFORMAT |
| Modifier and Type | Method and Description |
|---|---|
void |
addMolecule(org.openscience.cdk.interfaces.IAtomContainer mol) |
void |
clear() |
Object |
first() |
org.openscience.cdk.interfaces.IAtomContainer |
getAtomContainer(int index) |
int |
getCurrentNo() |
String |
getFilename() |
org.openscience.cdk.interfaces.IAtomContainer |
getMolecule() |
org.openscience.cdk.interfaces.IAtomContainerSet |
getMoleculeForEdit() |
org.openscience.cdk.interfaces.IAtomContainer[] |
getMolecules() |
int |
getMoleculesCount() |
String |
getStatus() |
boolean |
isReading() |
boolean |
isWriting() |
Object |
last() |
List |
openFile(File input) |
Object |
prev() |
void |
saveFile(File output) |
org.openscience.cdk.interfaces.IAtomContainer |
setCurrentNo(int record) |
void |
setDone(boolean success) |
void |
setMolecule(org.openscience.cdk.interfaces.IAtomContainer mol) |
void |
setMolecules(List molecules) |
void |
setReading() |
void |
setWriting() |
forEachRemaining, hasNext, next, removestatic final String MSG_UNSUPPORTEDFORMAT
static final String MSG_ERRORONSAVE
static final String MSG_ERRORONOPEN
static final String MSG_SAVESUCCESS
static final String MSG_OPENSUCCESS
static final String MSG_EMPTYFILE
Object first()
Object last()
Object prev()
void clear()
boolean isReading()
boolean isWriting()
String getStatus()
int getMoleculesCount()
int getCurrentNo()
org.openscience.cdk.interfaces.IAtomContainer setCurrentNo(int record)
org.openscience.cdk.interfaces.IAtomContainer[] getMolecules()
void setMolecules(List molecules)
org.openscience.cdk.interfaces.IAtomContainer getMolecule()
org.openscience.cdk.interfaces.IAtomContainerSet getMoleculeForEdit()
throws Exception
Exceptionorg.openscience.cdk.interfaces.IAtomContainer getAtomContainer(int index)
void addMolecule(org.openscience.cdk.interfaces.IAtomContainer mol)
void setMolecule(org.openscience.cdk.interfaces.IAtomContainer mol)
void setReading()
void setWriting()
void setDone(boolean success)
String getFilename()
List openFile(File input) throws ToxTreeIOException
ToxTreeIOExceptionvoid saveFile(File output) throws ToxTreeIOException
ToxTreeIOExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.