Uses of Class
org.biopax.paxtools.model.level3.StepDirection

Packages that use StepDirection
org.biopax.paxtools.impl.level3   
org.biopax.paxtools.model.level3   
 

Uses of StepDirection in org.biopax.paxtools.impl.level3
 

Methods in org.biopax.paxtools.impl.level3 that return StepDirection
 StepDirection BiochemicalPathwayStepImpl.getStepDirection()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type StepDirection
 void BiochemicalPathwayStepImpl.setStepDirection(StepDirection newSTEP_DIRECTION)
           
 

Uses of StepDirection in org.biopax.paxtools.model.level3
 

Methods in org.biopax.paxtools.model.level3 that return StepDirection
 StepDirection BiochemicalPathwayStep.getStepDirection()
          This property can be used for annotating direction of enzymatic activity.
static StepDirection StepDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StepDirection[] StepDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.biopax.paxtools.model.level3 with parameters of type StepDirection
 void BiochemicalPathwayStep.setStepDirection(StepDirection stepDirection)
          This property can be used for annotating direction of enzymatic activity.
 



Copyright © 2011 BioPAX. All Rights Reserved.