public class InterToPartER extends ConstraintAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
InterToPartER.Direction |
blacklist, size| Constructor and Description |
|---|
InterToPartER()
Constructor without parameters.
|
InterToPartER(int numOfTabooElements)
Constructor with parameters.
|
InterToPartER(InterToPartER.Direction direction)
Constructor with direction.
|
InterToPartER(InterToPartER.Direction direction,
int numOfTabooElements)
Constructor with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGenerate()
This is a generative constraint.
|
protected Collection<BioPAXElement> |
generate(Conversion conv,
InterToPartER.Direction direction,
Set<Entity> taboo)
Gets the related entity references of the given interaction,
|
protected Collection<BioPAXElement> |
generate(Interaction inter,
Set<Entity> taboo)
Gets the related entity references of the given interaction.
|
Collection<BioPAXElement> |
generate(Match match,
int... ind)
Iterated over non-taboo participants and collectes related ER.
|
assertIndLength, convertStepDirection, findDirectionInCatalysis, findDirectionInPathways, getCatalysisDirection, getControlChain, getConvParticipants, getDirection, getDirection, getDirection, getDirection, getVariableSize, satisfies, setSizepublic InterToPartER(int numOfTabooElements)
numOfTabooElements - the number of entities to exclude from the analysispublic InterToPartER(InterToPartER.Direction direction, int numOfTabooElements)
direction - ide(s) of an interaction to considernumOfTabooElements - the number of entities to exclude from the analysispublic InterToPartER()
public InterToPartER(InterToPartER.Direction direction)
direction - - side(s) of an interaction to consider;
see InterToPartER.Directionpublic 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 indicesprotected Collection<BioPAXElement> generate(Interaction inter, Set<Entity> taboo)
inter - interactiontaboo - entities to ignore/skipprotected Collection<BioPAXElement> generate(Conversion conv, InterToPartER.Direction direction, Set<Entity> taboo)
conv - conversion interactiondirection - which side(s) participants of the conversion to considertaboo - skip list of entitiesCopyright © 2017 BioPAX. All rights reserved.