NodeIterable |
GraphDiff.getAddedNodes() |
Gets all added nodes.
|
NodeIterable |
Graph.getNeighbors(Node node) |
Gets all neighbors of a given node.
|
NodeIterable |
Graph.getNeighbors(Node node,
int type) |
Gets all neighbors of a given node connected through the given edge type.
|
NodeIterable |
Graph.getNodes() |
Gets all the nodes in the graph.
|
NodeIterable |
SpatialIndex.getNodesInArea(Rect2D rect) |
Returns the nodes in the given area.
|
NodeIterable |
DirectedGraph.getPredecessors(Node node) |
Gets the node's predecessors.
|
NodeIterable |
DirectedGraph.getPredecessors(Node node,
int type) |
Gets the node's predecessors through a specific edge type.
|
NodeIterable |
GraphDiff.getRemovedNodes() |
Gets all removed nodes.
|
NodeIterable |
DirectedGraph.getSuccessors(Node node) |
Gets the node's successors.
|
NodeIterable |
DirectedGraph.getSuccessors(Node node,
int type) |
Gets the node's successors through a specific edge type.
|