public class TemplateReactionWrapper extends EventWrapper
banned, downstream, downstreamInited, graph, lowerEquivalent, pathSign, upperEquivalent, upstream, upstreamInited| Modifier | Constructor and Description |
|---|---|
protected |
TemplateReactionWrapper(TemplateReaction tempReac,
GraphL3 graph)
Constructor with the TemplateReaction and the owner graph.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addToDownstream(PhysicalEntity pe,
Graph graph)
Binds the given PhysicalEntity to the downstream.
|
protected void |
addToUpstream(BioPAXElement ele,
Graph graph)
Binds the given element to the upstream.
|
String |
getKey()
Uses RDF ID of TemplateReaction as key.
|
TemplateReaction |
getTempReac()
Gets the wrapped TemplateReaction
|
void |
initDownstream()
Binds to products.
|
void |
initUpstream()
Binds to template and controllers.
|
boolean |
isTranscription()
This is transcription.
|
getLowerEquivalent, getSign, getUpperEquivalent, isBreadthNode, isUbiqueclear, getBanned, getDownstream, getDownstreamNoInit, getGraph, getPathSign, getUpstream, getUpstreamNoInit, init, initBanned, setBanned, setPathSignprotected TemplateReactionWrapper(TemplateReaction tempReac, GraphL3 graph)
tempReac - TemplateReaction 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(PhysicalEntity pe, Graph graph)
addToDownstream in class EventWrapperpe - PhysicalEntity to bindgraph - Owner graphprotected void addToUpstream(BioPAXElement ele, Graph graph)
addToUpstream in class EventWrapperele - Element to bindgraph - Owner graphpublic String getKey()
public TemplateReaction getTempReac()
Copyright © 2015 BioPAX. All rights reserved.