public class AND extends OR
blacklist, size| Constructor and Description |
|---|
AND(MappedConst... con)
Constructor with the mapped constraints.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BioPAXElement> |
generate(Match match,
int... ind)
Gets intersection of the generated elements by the member constraints.
|
boolean |
satisfies(Match match,
int... ind)
Checks if all the constraints satisfy.
|
canGenerate, getVariableSize, maxassertIndLength, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, setSizepublic AND(MappedConst... con)
con - mapped constraintspublic boolean satisfies(Match match, int... ind)
satisfies in interface Constraintsatisfies in class ORmatch - match to validateind - mapped indicespublic Collection<BioPAXElement> generate(Match match, int... ind)
generate in interface Constraintgenerate in class ORmatch - match to processind - mapped indicesCopyright © 2017 BioPAX. All rights reserved.