Class EdgeL3
java.lang.Object
org.biopax.paxtools.query.model.AbstractEdge
org.biopax.paxtools.query.wrapperL3.EdgeL3
- All Implemented Interfaces:
Edge,GraphObject
Wrapper for links between L3 objects.
- Author:
- Ozgun Babur
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetTranscription(boolean transcription) Set the transcription flag.Methods inherited from class org.biopax.paxtools.query.model.AbstractEdge
clear, equals, getGraph, getKey, getSign, getSourceNode, getTargetNode, hashCode
-
Constructor Details
-
EdgeL3
Constructor with source and target nodes, and the owner graph. Sets transcription flag to False by default.- Parameters:
source- Source nodetarget- Target nodegraph- Owner graph
-
-
Method Details
-
isTranscription
public boolean isTranscription()- Returns:
- True if this is related to a transcription
-
setTranscription
public void setTranscription(boolean transcription) Set the transcription flag.- Parameters:
transcription- The transcription flag
-