|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph.Edge | |
com.arsdigita.util | Utility classes. |
Uses of Graph.Edge in com.arsdigita.util |
Classes in com.arsdigita.util that implement Graph.Edge | |
class |
GraphEdge
Graph edge. |
Methods in com.arsdigita.util with parameters of type Graph.Edge | |
boolean |
Graphs.EdgeSelector.test(Graph.Edge edge,
boolean forward)
|
boolean |
GraphSet.hasEdge(Graph.Edge edge)
|
void |
GraphSet.addEdge(Graph.Edge edge)
|
boolean |
GraphSet.removeEdge(Graph.Edge edge)
|
boolean |
Graph.hasEdge(Graph.Edge edge)
Returns true if the graph has this edge. |
void |
Graph.addEdge(Graph.Edge edge)
Adds an edge to the graph. |
boolean |
Graph.removeEdge(Graph.Edge edge)
Removes specified edge. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |