|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IChemSequence
A sequence of ChemModels, which can, for example, be used to store the course of a reaction. Each state of the reaction would be stored in one ChemModel.
| Method Summary | |
|---|---|
void |
addChemModel(IChemModel chemModel)
Adds an chemModel to this container. |
Iterable<IChemModel> |
chemModels()
Returns an Iterable to ChemModels in this container. |
IChemModel |
getChemModel(int number)
Returns the ChemModel at position number in the
container. |
int |
getChemModelCount()
Returns the number of ChemModels in this Container. |
void |
removeChemModel(int pos)
Remove a ChemModel from this ChemSequence. |
| Methods inherited from interface org.openscience.cdk.interfaces.IChemObject |
|---|
addListener, clone, getFlag, getFlags, getID, getListenerCount, getNotification, getProperties, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString |
| Methods inherited from interface org.openscience.cdk.interfaces.ICDKObject |
|---|
getBuilder |
| Method Detail |
|---|
void addChemModel(IChemModel chemModel)
chemModel - The chemModel to be added to this containergetChemModel(int)void removeChemModel(int pos)
pos - The position of the ChemModel to be removed.Iterable<IChemModel> chemModels()
addChemModel(org.openscience.cdk.interfaces.IChemModel)IChemModel getChemModel(int number)
number in the
container.
number - The position of the ChemModel to be returned.
number.addChemModel(org.openscience.cdk.interfaces.IChemModel)int getChemModelCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||