java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.graph.Graph
Direct Known Subclasses:
ImmutableGraph

@Immutable public abstract class Graph extends Object
The graph model is represented by a collection of nodes and edges. The type of graph is determined dependent on the type of the nodes and the edges.
  • Constructor Details

    • Graph

      public Graph()
  • Method Details