public class Empty extends ConstraintAdapter
blacklist, size| Constructor and Description |
|---|
Empty(Constraint con)
Constructor with the generative Constraint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerate()
Cannot generate
|
int |
getVariableSize()
Variable size is one less than the wrapped Constraint.
|
boolean |
satisfies(Match match,
int... ind)
Checks if the wrapped Constraint can generate any elements.
|
assertIndLength, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, generate, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, setSizepublic Empty(Constraint con)
con - the generative Constraintpublic int getVariableSize()
getVariableSize in interface ConstraintgetVariableSize in class ConstraintAdapterpublic boolean canGenerate()
canGenerate in interface ConstraintcanGenerate in class ConstraintAdapterpublic boolean satisfies(Match match, int... ind)
satisfies in interface Constraintsatisfies in class ConstraintAdaptermatch - current pattern matchind - mapped indicesCopyright © 2017 BioPAX. All rights reserved.