public interface IChemSequence extends IChemObject
Modifier and Type | Method and Description |
---|---|
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.
|
addListener, addProperties, clone, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toString
getBuilder
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()
Copyright © 2018. All Rights Reserved.