public class InteractionWrapper extends EventWrapper
banned, downstream, downstreamInited, graph, lowerEquivalent, pathSign, upperEquivalent, upstream, upstreamInited| Modifier | Constructor and Description |
|---|---|
protected |
InteractionWrapper(Interaction interaction,
GraphL3Undirected graph)
Constructor with the Interaction and the owner graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToDownstream(BioPAXElement pe,
Graph graph)
Binds the given PhysicalEntity to the downstream.
|
protected void |
addToUpstream(BioPAXElement ele,
Graph graph)
Binds the given element to the upstream.
|
Interaction |
getInteraction()
Gets the wrapped TemplateReaction
|
String |
getKey()
Uses RDF ID of TemplateReaction as key.
|
void |
initDownstream()
Binds to participants and controllers.
|
void |
initUpstream()
Binds to participants and controllers.
|
boolean |
isTranscription()
Being a transcription is not relevant in the undirected context.
|
addToDownstream, getLowerEquivalent, getSign, getUpperEquivalent, isBreadthNode, isUbiqueclear, getBanned, getDownstream, getDownstreamNoInit, getGraph, getPathSign, getUpstream, getUpstreamNoInit, init, initBanned, setBanned, setPathSignprotected InteractionWrapper(Interaction interaction, GraphL3Undirected graph)
interaction - Interaction to wrapgraph - Owner graphpublic void initUpstream()
initUpstream in class AbstractNodepublic void initDownstream()
initDownstream in class AbstractNodepublic boolean isTranscription()
isTranscription in interface NodeisTranscription in class EventWrapperprotected void addToDownstream(BioPAXElement pe, Graph graph)
pe - PhysicalEntity to bindgraph - Owner graphprotected void addToUpstream(BioPAXElement ele, Graph graph)
addToUpstream in class EventWrapperele - Element to bindgraph - Owner graphpublic String getKey()
public Interaction getInteraction()
Copyright © 2015 BioPAX. All rights reserved.