Class Graph
java.lang.Object
com.riadalabs.jira.plugins.insight.services.model.graph.Graph
- Direct Known Subclasses:
ImmutableGraph
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<Edge>
edges()
abstract Collection<Node>
nodes()
-
Constructor Details
-
Graph
public Graph()
-
-
Method Details
-
nodes
-
edges
-
isIncomplete
-