|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graphs.NodeSelector | |
com.arsdigita.util | Utility classes. |
Uses of Graphs.NodeSelector in com.arsdigita.util |
Classes in com.arsdigita.util that implement Graphs.NodeSelector | |
static class |
Graphs.EqualityTerminator
|
Methods in com.arsdigita.util with parameters of type Graphs.NodeSelector | |
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 |