public class NOT extends ConstraintAdapter
blacklist, size| Constructor and Description |
|---|
NOT(Constraint con)
Constructor with the wrapped constraint.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getVariableSize()
Size is equal to the of the negated constraint
|
boolean |
satisfies(Match match,
int... ind)
Negates the satisfies value of the wrapped constraint.
|
assertIndLength, canGenerate, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, generate, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, setSizepublic NOT(Constraint con)
con - constraint to negatepublic int getVariableSize()
getVariableSize in interface ConstraintgetVariableSize in class ConstraintAdapterpublic boolean satisfies(Match match, int... ind)
satisfies in interface Constraintsatisfies in class ConstraintAdaptermatch - current pattern matchind - mapped indicesCopyright © 2015 BioPAX. All rights reserved.