Uses of Enum Class
org.biopax.paxtools.model.level3.CatalysisDirectionType
Packages that use CatalysisDirectionType
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 CatalysisDirectionType in org.biopax.paxtools.impl.level3
Methods in org.biopax.paxtools.impl.level3 that return CatalysisDirectionTypeMethods in org.biopax.paxtools.impl.level3 with parameters of type CatalysisDirectionTypeModifier and TypeMethodDescriptionvoidCatalysisImpl.setCatalysisDirection(CatalysisDirectionType catalysisDirection) -
Uses of CatalysisDirectionType in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return CatalysisDirectionTypeModifier and TypeMethodDescriptionCatalysis.getCatalysisDirection()This property represents the direction of this catalysis under all physiological conditions if there is one.static CatalysisDirectionTypeReturns the enum constant of this class with the specified name.static CatalysisDirectionType[]CatalysisDirectionType.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 CatalysisDirectionTypeModifier and TypeMethodDescriptionvoidCatalysis.setCatalysisDirection(CatalysisDirectionType catalysisDirection) This property represents the direction of this catalysis under all physiological conditions if there is one.