Uses of Class
org.openscience.cdk.interfaces.IReaction.Direction
-
Packages that use IReaction.Direction Package Description org.openscience.cdk org.openscience.cdk.debug org.openscience.cdk.interfaces org.openscience.cdk.silent -
-
Uses of IReaction.Direction in org.openscience.cdk
Methods in org.openscience.cdk that return IReaction.Direction Modifier and Type Method Description IReaction.Direction
Reaction. getDirection()
Returns the direction of the reaction.Methods in org.openscience.cdk with parameters of type IReaction.Direction Modifier and Type Method Description void
Reaction. setDirection(IReaction.Direction direction)
Sets the direction of the reaction. -
Uses of IReaction.Direction in org.openscience.cdk.debug
Methods in org.openscience.cdk.debug that return IReaction.Direction Modifier and Type Method Description IReaction.Direction
DebugReaction. getDirection()
Returns the direction of the reaction.Methods in org.openscience.cdk.debug with parameters of type IReaction.Direction Modifier and Type Method Description void
DebugReaction. setDirection(IReaction.Direction direction)
Sets the direction of the reaction. -
Uses of IReaction.Direction in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces that return IReaction.Direction Modifier and Type Method Description IReaction.Direction
IReaction. getDirection()
Returns theIReaction.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.Methods in org.openscience.cdk.interfaces with parameters of type IReaction.Direction Modifier and Type Method Description void
IReaction. setDirection(IReaction.Direction direction)
Sets the direction of the reaction. -
Uses of IReaction.Direction in org.openscience.cdk.silent
Methods in org.openscience.cdk.silent that return IReaction.Direction Modifier and Type Method Description IReaction.Direction
Reaction. getDirection()
Returns the direction of the reaction.Methods in org.openscience.cdk.silent with parameters of type IReaction.Direction Modifier and Type Method Description void
Reaction. setDirection(IReaction.Direction direction)
Sets the direction of the reaction.
-