| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IChemModel |
IChemSequence.getChemModel(int number)
Returns the ChemModel at position
number in the
container. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IChemModel> |
IChemSequence.chemModels()
Returns an Iterable to ChemModels in this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IChemSequence.addChemModel(IChemModel chemModel)
Adds an chemModel to this container.
|
Copyright © 2017. All rights reserved.