| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IReaction |
IReactionSet.getReaction(int number)
Returns the Reaction at position
number in the
container. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IReaction> |
IReactionSet.reactions()
Returns the
Iterable over Reactions of this container. |
| Modifier and Type | Method and Description |
|---|---|
void |
IReactionSet.addReaction(IReaction reaction)
Adds an reaction to this container.
|
void |
IReactionSet.removeReaction(IReaction relevantReaction)
Removes all instances of a reaction from this IReactionSet.
|
Copyright © 2017. All rights reserved.