Uses of Enum Class
org.biopax.paxtools.pattern.constraint.InterToPartER.Direction
Packages that use InterToPartER.Direction
-
Uses of InterToPartER.Direction in org.biopax.paxtools.pattern.constraint
Methods in org.biopax.paxtools.pattern.constraint that return InterToPartER.DirectionModifier and TypeMethodDescriptionstatic InterToPartER.DirectionReturns the enum constant of this class with the specified name.static InterToPartER.Direction[]InterToPartER.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biopax.paxtools.pattern.constraint with parameters of type InterToPartER.DirectionModifier and TypeMethodDescriptionprotected Collection<BioPAXElement>InterToPartER.generate(Conversion conv, InterToPartER.Direction direction, Set<Entity> taboo) Gets the related entity references of the given interaction,Constructors in org.biopax.paxtools.pattern.constraint with parameters of type InterToPartER.DirectionModifierConstructorDescriptionInterToPartER(InterToPartER.Direction direction) Constructor with direction.InterToPartER(InterToPartER.Direction direction, int numOfTabooElements) Constructor with parameters.