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

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.
 



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