Uses of Interface
org.apache.commons.graph.Graph

Packages that use Graph
org.apache.commons.graph   
org.apache.commons.graph.algorithm.search   
org.apache.commons.graph.algorithm.spanning   
org.apache.commons.graph.contract   
org.apache.commons.graph.decorator   
org.apache.commons.graph.domain.basic   
org.apache.commons.graph.domain.dependency   
org.apache.commons.graph.domain.jdepend   
org.apache.commons.graph.domain.statemachine   
org.apache.commons.graph.search   
 

Uses of Graph in org.apache.commons.graph
 

Subinterfaces of Graph in org.apache.commons.graph
 interface DirectedGraph
          Description of the Interface
 interface MutableDirectedGraph
          Description of the Interface
 interface MutableGraph
          Description of the Interface
 interface UndirectedGraph
          Description of the Interface
 interface WeightedGraph
          Description of the Interface
 

Uses of Graph in org.apache.commons.graph.algorithm.search
 

Methods in org.apache.commons.graph.algorithm.search with parameters of type Graph
 void Visitor.discoverGraph(Graph graph)
          Description of the Method
 void Visitor.finishGraph(Graph graph)
          Description of the Method
 void VisitorAdapter.discoverGraph(Graph graph)
           
 void VisitorAdapter.finishGraph(Graph graph)
           
 

Uses of Graph in org.apache.commons.graph.algorithm.spanning
 

Classes in org.apache.commons.graph.algorithm.spanning that implement Graph
 class MinimumSpanningForest
           
 

Methods in org.apache.commons.graph.algorithm.spanning with parameters of type Graph
protected  boolean MinimumSpanningForest.connectsLabels(Graph graph, Edge e)
           
 

Uses of Graph in org.apache.commons.graph.contract
 

Methods in org.apache.commons.graph.contract with parameters of type Graph
 void AcyclicContract.CycleDetector.discoverGraph(Graph graph)
          Description of the Method
 void AcyclicContract.CycleDetector.finishGraph(Graph graph)
          Description of the Method
 

Uses of Graph in org.apache.commons.graph.decorator
 

Classes in org.apache.commons.graph.decorator that implement Graph
 class DDirectedGraph
          Description of the Class
 

Uses of Graph in org.apache.commons.graph.domain.basic
 

Classes in org.apache.commons.graph.domain.basic that implement Graph
 class DirectedGraphImpl
          Description of the Class
 class DirectedGraphWrapper
          Description of the Class
 class UndirectedGraphImpl
          Description of the Class
 class WeightedGraphWrapper
          Description of the Class
 

Fields in org.apache.commons.graph.domain.basic declared as Graph
private  Graph GraphWrapper.impl
           
 

Methods in org.apache.commons.graph.domain.basic with parameters of type Graph
 void GraphWrapper.setGraph(Graph impl)
          Sets the graph attribute of the GraphWrapper object
 

Constructors in org.apache.commons.graph.domain.basic with parameters of type Graph
GraphWrapper(Graph impl)
          Constructor for the GraphWrapper object
WeightedGraphWrapper(Graph graph)
          Constructor for the WeightedGraphWrapper object
 

Uses of Graph in org.apache.commons.graph.domain.dependency
 

Classes in org.apache.commons.graph.domain.dependency that implement Graph
 class DependencyGraph
          Description of the Class
 

Methods in org.apache.commons.graph.domain.dependency with parameters of type Graph
 void DependencyVisitor.discoverGraph(Graph g)
          Description of the Method
 void DependencyVisitor.finishGraph(Graph g)
          Description of the Method
 

Uses of Graph in org.apache.commons.graph.domain.jdepend
 

Classes in org.apache.commons.graph.domain.jdepend that implement Graph
 class JDependGraph
           
 

Uses of Graph in org.apache.commons.graph.domain.statemachine
 

Classes in org.apache.commons.graph.domain.statemachine that implement Graph
 class StateMachine
          StateMachine - This represents a Finite State Machine.
 

Uses of Graph in org.apache.commons.graph.search
 

Methods in org.apache.commons.graph.search with parameters of type Graph
 void Visitor.discoverGraph(Graph graph)
          Description of the Method
 void Visitor.finishGraph(Graph graph)
          Description of the Method