|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graphs.EdgeSelector | |
com.arsdigita.util | Utility classes. |
Uses of Graphs.EdgeSelector in com.arsdigita.util |
Fields in com.arsdigita.util declared as Graphs.EdgeSelector | |
static Graphs.EdgeSelector |
Graphs.FORWARD_SELECTOR
A simple implementation of the Graphs.EdgeSelector interface that
selects outgoing edges. |
Methods in com.arsdigita.util with parameters of type Graphs.EdgeSelector | |
static List |
Graphs.findPath(Graph graph,
Object startNode,
Graphs.EdgeSelector selector,
Graphs.NodeSelector terminator)
Performs a traversal of graph looking for path that starts
with startNode and terminates with a node that satisfies the
test specified by terminator and consists only of those
edges that satisfy the test specified by selector . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |