- add(GraphDataValueGeneratorDefinition) - Static method in class com.orchestranetworks.addon.gram.graph.GraphDataValueGeneratorCatalog
-
Registers an instance of graph data value generator.
- addAll(Map<GraphNode, DisplaySpec>) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Adds a collections of nodes to the current graph.
- addAll(GraphNodes) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Adds all of a graph's nodes to the current graph.
- addAllNodesFrom(Set<GraphNode>) - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
Adds a Set
of nodes to the list of nodes that are linked from the current node.
- addAllNodesTo(Map<GraphNode, DisplaySpec>) - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
Adds a collection of nodes to the list of nodes that link to the current node.
- addNode(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Adds a specified GraphNode
to the graph without any value.
- addNode(GraphNode, DisplaySpec) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Adds a specified GraphNode
to the graph with value of GraphCustomization.
- addNodesFrom(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
Adds a specified GraphNode
to the list of nodes that are linked from the current node.
- addNodesTo(GraphNode, DisplaySpec) - Method in class com.orchestranetworks.addon.gram.graph.GraphNode
-
Adds a specified GraphNode
to the list of nodes that link to the current node.
- addRoot(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
-
Adds a node to the current root node.