Class MultiPathConstraint
java.lang.Object
org.biopax.paxtools.pattern.constraint.ConstraintAdapter
org.biopax.paxtools.pattern.constraint.OR
org.biopax.paxtools.pattern.constraint.MultiPathConstraint
- All Implemented Interfaces:
Constraint
Logical OR of several PathConstraints.
- Author:
- Ozgun Babur
-
Field Summary
Fields inherited from class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
blacklist, size -
Constructor Summary
ConstructorsConstructorDescriptionMultiPathConstraint(String... paths) Constructor with specifier string of the path constraints. -
Method Summary
Methods inherited from class org.biopax.paxtools.pattern.constraint.OR
canGenerate, generate, getVariableSize, max, satisfiesMethods inherited from class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
assertIndLength, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, setSize
-
Constructor Details
-
MultiPathConstraint
Constructor with specifier string of the path constraints.- Parameters:
paths- constructor strings for the path constraints
-