| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRingSet
Maintains a set of Ring objects.
|
interface |
ISubstance
A chemical substance that consists of one or more chemical structures.
|
| Modifier and Type | Method and Description |
|---|---|
IAtomContainerSet |
IReaction.getAgents()
Returns a IAtomContaineSet containing the agents in this reaction.
|
IAtomContainerSet |
IChemModel.getMoleculeSet()
Returns the IAtomContainerSet of this ChemModel.
|
IAtomContainerSet |
IReaction.getProducts()
Returns a IAtomContaineSet containing the products of this reaction.
|
IAtomContainerSet |
IReaction.getReactants()
Returns a IAtomContaineSet containing the reactants in this reaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAtomContainerSet.add(IAtomContainerSet atomContainerSet)
Adds all atomContainers in the AtomContainerSet to this container.
|
void |
IChemModel.setMoleculeSet(IAtomContainerSet setOfMolecules)
Sets the IAtomContainerSet of this ChemModel.
|
void |
IReaction.setProducts(IAtomContainerSet products)
Assigns a IAtomContaineSet to the products of this reaction.
|
void |
IReaction.setReactants(IAtomContainerSet reactants)
Assigns a IAtomContaineSet to the reactants in this reaction.
|
Copyright © 2017. All rights reserved.