| Package | Description |
|---|---|
| com.orchestranetworks.addon.gram.graph |
Classes and interfaces for computing nodes and their relationships in a data value graph.
|
| Modifier and Type | Method and Description |
|---|---|
GraphNodes |
GraphDataValueGenerator.generateGraph(GraphDataValueContext context)
Returns a
GraphNodes that encapsulates all nodes and their relationships. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphNodes.addAll(GraphNodes graph)
Adds all of a graph's nodes to the current graph.
|