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

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

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

Methods in org.biopax.paxtools.impl.level3 that return CatalysisDirectionType
 CatalysisDirectionType CatalysisImpl.getCatalysisDirection()
           
 

Methods in org.biopax.paxtools.impl.level3 with parameters of type CatalysisDirectionType
 void CatalysisImpl.setCatalysisDirection(CatalysisDirectionType catalysisDirection)
           
 

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

Methods in org.biopax.paxtools.model.level3 that return CatalysisDirectionType
 CatalysisDirectionType Catalysis.getCatalysisDirection()
          This property represents the direction of this catalysis under all physiological conditions if there is one.
static CatalysisDirectionType CatalysisDirectionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CatalysisDirectionType[] CatalysisDirectionType.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 CatalysisDirectionType
 void Catalysis.setCatalysisDirection(CatalysisDirectionType catalysisDirection)
          This property represents the direction of this catalysis under all physiological conditions if there is one.
 



Copyright © 2011 BioPAX. All Rights Reserved.