|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.apache.maven.diagrams.graph_api | |
org.apache.maven.diagrams.graph_api.impl |
Uses of Node in org.apache.maven.diagrams.graph_api |
---|
Methods in org.apache.maven.diagrams.graph_api that return Node | |
---|---|
Node |
Edge.getEndNode()
Returns the start node (in directed graph) or second of the two nodes (in indirected) of the edge. |
Node |
Graph.getNode(java.lang.String id)
|
Node |
Edge.getStartNode()
Returns the start node (in directed graph) or one of the two nodes (in indirected) of the edge. |
Methods in org.apache.maven.diagrams.graph_api that return types with arguments of type Node | |
---|---|
java.util.Map<java.lang.String,Node> |
Graph.getNodes()
|
Methods in org.apache.maven.diagrams.graph_api with parameters of type Node | |
---|---|
void |
Graph.addNode(Node node)
|
Uses of Node in org.apache.maven.diagrams.graph_api.impl |
---|
Methods in org.apache.maven.diagrams.graph_api.impl that return Node | |
---|---|
Node |
GraphImpl.getNode(java.lang.String id)
|
Methods in org.apache.maven.diagrams.graph_api.impl that return types with arguments of type Node | |
---|---|
java.util.LinkedHashMap<java.lang.String,Node> |
GraphImpl.getNodes()
|
Methods in org.apache.maven.diagrams.graph_api.impl with parameters of type Node | |
---|---|
void |
GraphImpl.addNode(Node node)
|
Method parameters in org.apache.maven.diagrams.graph_api.impl with type arguments of type Node | |
---|---|
void |
GraphImpl.addNodes(java.util.Collection<? extends Node> nodes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |