Class EdgeL3

java.lang.Object
org.biopax.paxtools.query.model.AbstractEdge
org.biopax.paxtools.query.wrapperL3.EdgeL3
All Implemented Interfaces:
Edge, GraphObject

public class EdgeL3 extends AbstractEdge
Wrapper for links between L3 objects.
Author:
Ozgun Babur
  • Constructor Details

    • EdgeL3

      public EdgeL3(Node source, Node target, Graph graph)
      Constructor with source and target nodes, and the owner graph. Sets transcription flag to False by default.
      Parameters:
      source - Source node
      target - Target node
      graph - 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