Uses of Enum Class
org.biopax.paxtools.model.level3.ConversionDirectionType
Packages that use ConversionDirectionType
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 ConversionDirectionType in org.biopax.paxtools.impl.level3
Methods in org.biopax.paxtools.impl.level3 that return ConversionDirectionTypeMethods in org.biopax.paxtools.impl.level3 with parameters of type ConversionDirectionTypeModifier and TypeMethodDescriptionvoidConversionImpl.setConversionDirection(ConversionDirectionType spontanousType) -
Uses of ConversionDirectionType in org.biopax.paxtools.model.level3
Methods in org.biopax.paxtools.model.level3 that return ConversionDirectionTypeModifier and TypeMethodDescriptionConversion.getConversionDirection()This property represents the direction of the reaction.static ConversionDirectionTypeReturns the enum constant of this class with the specified name.static ConversionDirectionType[]ConversionDirectionType.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 ConversionDirectionTypeModifier and TypeMethodDescriptionvoidConversion.setConversionDirection(ConversionDirectionType conversionDirection) This property represents the direction of the reaction.