| Package | Description |
|---|---|
| org.openscience.cdk.interfaces |
| Modifier and Type | Method and Description |
|---|---|
IReaction.Direction |
IReaction.getDirection()
Returns the
IReaction.Direction of the reaction. |
static IReaction.Direction |
IReaction.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IReaction.Direction[] |
IReaction.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReaction.setDirection(IReaction.Direction direction)
Sets the direction of the reaction.
|
Copyright © 2017. All rights reserved.