|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectedEdge | |
org.geotools.graph.structure | |
org.geotools.graph.structure.basic | |
org.geotools.graph.structure.opt |
Uses of DirectedEdge in org.geotools.graph.structure |
Methods in org.geotools.graph.structure with parameters of type DirectedEdge | |
void |
DirectedNode.addIn(DirectedEdge e)
Adds an edge to the in adjacency list of the node. |
void |
DirectedNode.addOut(DirectedEdge e)
Adds an edge to the out adjacency list of the node. |
void |
DirectedNode.removeIn(DirectedEdge e)
Removes an edge from the in adjacency list of the node. |
void |
DirectedNode.removeOut(DirectedEdge e)
Removes an edge from the out adjacency list of node. |
Uses of DirectedEdge in org.geotools.graph.structure.basic |
Classes in org.geotools.graph.structure.basic that implement DirectedEdge | |
class |
BasicDirectedEdge
Basic implementation of DirectedEdge. |
Methods in org.geotools.graph.structure.basic with parameters of type DirectedEdge | |
void |
BasicDirectedNode.addIn(DirectedEdge e)
Adds an edge to the in adjacency list of the node which is an underlying List implementation. |
void |
BasicDirectedNode.addOut(DirectedEdge e)
Adds an edge to the ou adjacency list of the node which is an underlying List implementation. |
void |
BasicDirectedNode.removeIn(DirectedEdge e)
|
void |
BasicDirectedNode.removeOut(DirectedEdge e)
|
Uses of DirectedEdge in org.geotools.graph.structure.opt |
Classes in org.geotools.graph.structure.opt that implement DirectedEdge | |
class |
OptDirectedEdge
Optimized implementation of DirectedEdge. |
Methods in org.geotools.graph.structure.opt that return DirectedEdge | |
DirectedEdge[] |
OptDirectedNode.getInEdgeArray()
Returns the in adjacency edge array of the node. |
DirectedEdge[] |
OptDirectedNode.getOutEdgeArray()
Returns the out adjacency edge array of the node. |
Methods in org.geotools.graph.structure.opt with parameters of type DirectedEdge | |
void |
OptDirectedNode.addIn(DirectedEdge e)
|
void |
OptDirectedNode.addOut(DirectedEdge e)
|
void |
OptDirectedNode.removeIn(DirectedEdge e)
Unsupported Operation. |
void |
OptDirectedNode.removeOut(DirectedEdge e)
Unsupported Operation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |