Class ControlsNotParticipant
java.lang.Object
org.biopax.paxtools.pattern.constraint.ConstraintAdapter
org.biopax.paxtools.pattern.constraint.ControlsNotParticipant
- All Implemented Interfaces:
Constraint
Checks if a controller of this Control is also a participant of the controlled interactions. It
satisfies if not.
var0 is a Control
- Author:
- Ozgun Babur
-
Field Summary
Fields inherited from class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
blacklist, size -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.biopax.paxtools.pattern.constraint.ConstraintAdapter
assertIndLength, canGenerate, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, generate, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, getVariableSize, setSize
-
Constructor Details
-
ControlsNotParticipant
public ControlsNotParticipant()Constructor.
-
-
Method Details
-
satisfies
Checks if the controlled Interaction contains a controller as a participant. This constraint filters out such cases.- Specified by:
satisfiesin interfaceConstraint- Overrides:
satisfiesin classConstraintAdapter- Parameters:
match- current pattern matchind- mapped indices- Returns:
- true if participants of teh controlled Interactions not also a controller of the Control.
-