Uses of Interface
com.arsdigita.util.Graphs.NodeSelector

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.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC