Uses of Enum Class
org.biopax.paxtools.pattern.constraint.ConversionSide.Type
Packages that use ConversionSide.Type
-
Uses of ConversionSide.Type in org.biopax.paxtools.pattern.constraint
Methods in org.biopax.paxtools.pattern.constraint that return ConversionSide.TypeModifier and TypeMethodDescriptionstatic ConversionSide.TypeReturns the enum constant of this class with the specified name.static ConversionSide.Type[]ConversionSide.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.biopax.paxtools.pattern.constraint with parameters of type ConversionSide.TypeModifierConstructorDescriptionConstructor.ConversionSide(ConversionSide.Type type, Blacklist blacklist, RelType relType) Constructor.