java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.graph.Edge
Direct Known Subclasses:
ParentEdge, ReferenceEdge

public abstract class Edge extends Object
  • Constructor Details

    • Edge

      public Edge()
  • Method Details

    • from

      public abstract String from()
    • to

      public abstract String to()
    • label

      public abstract String label()
      Describes the label placed on the edge between two nodes