public class Participant extends ConstraintAdapter
blacklist, size| Constructor and Description |
|---|
Participant(RelType type)
Constructor with parameters.
|
Participant(RelType type,
Blacklist blacklist)
Constructor with parameters.
|
Participant(RelType type,
Blacklist blacklist,
boolean considerControl)
Constructor with parameters.
|
Participant(RelType type,
Blacklist blacklist,
boolean considerControl,
boolean considerPathway)
Constructor with parameters.
|
Participant(RelType type,
boolean considerControl)
Constructor with parameters.
|
Participant(RelType type,
boolean considerControl,
boolean considerPathway)
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 Participant(RelType type, Blacklist blacklist, boolean considerControl, boolean considerPathway)
type - input or output conversionblacklist - for detecting ubiquitous small moleculesconsiderControl - whether there is a Control that we should considerconsiderPathway - whether there is a Pathway that we should considerpublic Participant(RelType type)
type - input or output of the conversionpublic Participant(RelType type, Blacklist blacklist)
type - input or output conversionblacklist - for detecting ubiquitous small moleculespublic Participant(RelType type, Blacklist blacklist, boolean considerControl)
type - input or output conversionblacklist - for detecting ubiquitous small moleculesconsiderControl - whether there is a Control that we should considerpublic Participant(RelType type, boolean considerControl)
type - input or output of the conversionconsiderControl - whether there is a Control that we should considerpublic Participant(RelType type, boolean considerControl, boolean considerPathway)
type - input or output of the conversionconsiderControl - whether there is a Control that we should considerconsiderPathway - whether there is a Pathway that we should considerpublic 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 © 2017 BioPAX. All rights reserved.