Uses of Enum Class
org.biopax.paxtools.pattern.constraint.LinkedPE.Type
Packages that use LinkedPE.Type
-
Uses of LinkedPE.Type in org.biopax.paxtools.pattern.constraint
Methods in org.biopax.paxtools.pattern.constraint that return LinkedPE.TypeModifier and TypeMethodDescriptionstatic LinkedPE.TypeReturns the enum constant of this class with the specified name.static LinkedPE.Type[]LinkedPE.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 LinkedPE.TypeModifierConstructorDescriptionLinkedPE(LinkedPE.Type type) Constructor with the linking type.LinkedPE(LinkedPE.Type type, Blacklist blacklist) Constructor with the linking type.