public class Type extends ConstraintAdapter
blacklist, size| Constructor and Description |
|---|
Type(Class<? extends BioPAXElement> clazz)
Constructor with the desired class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(Match match,
int... ind)
Checks if the element is assignable to a variable of the desired type.
|
assertIndLength, canGenerate, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, generate, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, getVariableSize, setSizepublic Type(Class<? extends BioPAXElement> clazz)
clazz - desired classpublic boolean satisfies(Match match, int... ind)
satisfies in interface Constraintsatisfies in class ConstraintAdaptermatch - current pattern matchind - mapped indicesCopyright © 2015 BioPAX. All rights reserved.