public class ParticipatesInConv extends ConstraintAdapter
blacklist, size| Constructor and Description |
|---|
ParticipatesInConv(RelType type)
Constructor with parameters.
|
ParticipatesInConv(RelType type,
Blacklist blacklist)
Constructor with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerate()
This is a generative constraint.
|
Collection<BioPAXElement> |
generate(Match match,
int... ind)
Identifies the conversion direction and gets the related participants.
|
assertIndLength, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, getVariableSize, satisfies, setSizepublic ParticipatesInConv(RelType type, Blacklist blacklist)
type - input or output conversionblacklist - for detecting blacklisted small moleculespublic ParticipatesInConv(RelType type)
type - input or output
conversionpublic boolean canGenerate()
canGenerate in interface ConstraintcanGenerate in class ConstraintAdapterpublic Collection<BioPAXElement> generate(Match match, int... ind)
generate in interface Constraintgenerate in class ConstraintAdaptermatch - current pattern matchind - mapped indicesCopyright © 2015 BioPAX. All rights reserved.