public class PEChainsIntersect extends ConstraintAdapter
blacklist, size| Constructor and Description |
|---|
PEChainsIntersect(boolean intersectionDesired)
Constructor with the desired result.
|
PEChainsIntersect(boolean intersectionDesired,
boolean ignoreEndPoints)
Constructor with the desired result and endpoint ignore option.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(Match match,
int... ind)
Creates two PhysicalEntity chains with the given endpoints, and checks if they are
intersecting.
|
assertIndLength, canGenerate, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, generate, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, getVariableSize, setSizepublic PEChainsIntersect(boolean intersectionDesired)
intersectionDesired - desired resultpublic PEChainsIntersect(boolean intersectionDesired,
boolean ignoreEndPoints)
intersectionDesired - desired resultignoreEndPoints - option to ignore intersection at the endpoints of the chainspublic boolean satisfies(Match match, int... ind)
satisfies in interface Constraintsatisfies in class ConstraintAdaptermatch - current pattern matchind - mapped indicesCopyright © 2017 BioPAX. All rights reserved.