Uses of Enum Class
org.biopax.paxtools.model.level3.StepDirection
Packages that use StepDirection
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of StepDirection in org.biopax.paxtools.impl.level3
Methods in org.biopax.paxtools.impl.level3 that return StepDirectionMethods in org.biopax.paxtools.impl.level3 with parameters of type StepDirectionModifier and TypeMethodDescriptionvoidBiochemicalPathwayStepImpl.setStepDirection(StepDirection newSTEP_DIRECTION) -
Uses of StepDirection in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return StepDirectionModifier and TypeMethodDescriptionBiochemicalPathwayStep.getStepDirection()This property can be used for annotating direction of enzymatic activity.static StepDirectionReturns the enum constant of this class with the specified name.static StepDirection[]StepDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biopax.paxtools.model.level3 with parameters of type StepDirectionModifier and TypeMethodDescriptionvoidBiochemicalPathwayStep.setStepDirection(StepDirection stepDirection) This property can be used for annotating direction of enzymatic activity.