A B C D E F G H I J K L M N O P Q R S T U V W

A

Acyclic - interface org.apache.commons.graph.contract.Acyclic.
Description of the Interface
AcyclicContract - class org.apache.commons.graph.contract.AcyclicContract.
Description of the Class
AcyclicContract() - Constructor for class org.apache.commons.graph.contract.AcyclicContract
Constructor for the AcyclicContract object
AcyclicContract.CycleDetector - class org.apache.commons.graph.contract.AcyclicContract.CycleDetector.
Description of the Class
AcyclicContract.CycleDetector(DirectedGraph) - Constructor for class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Constructor for the CycleDetector object
AllPairsShortestPath - class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.
Description of the Class
AllPairsShortestPath(DirectedGraph) - Constructor for class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Constructor for the AllPairsShortestPath object
AllPairsShortestPath.EdgeList - class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.EdgeList.
Description of the Class
AllPairsShortestPath.EdgeList(DirectedGraph, List) - Constructor for class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.EdgeList
Constructor for the EdgeList object
AllPairsShortestPath.WPath - class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath.
Description of the Class
AllPairsShortestPath.WPath(DirectedGraph, Vertex[], int[][], int, int, double) - Constructor for class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Constructor for the WPath object
AllPaths - class org.apache.commons.graph.algorithm.path.AllPaths.
 
AllPaths(DirectedGraph) - Constructor for class org.apache.commons.graph.algorithm.path.AllPaths
 
action - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 
acyclic - Variable in class org.apache.commons.graph.domain.dependency.DependencyGraph
 
addContract(Contract) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Adds a feature to the Contract attribute of the DirectedGraphImpl object
addDependencies(Object, Collection) - Method in class org.apache.commons.graph.domain.dependency.DependencyGraph
Adds a feature to the Dependencies attribute of the DependencyGraph object
addDirectory(String) - Method in class org.apache.commons.graph.domain.jdepend.JDependGraph
 
addEdge(Edge, Vertex, Vertex) - Method in interface org.apache.commons.graph.MutableDirectedGraph
Adds a feature to the Edge attribute of the MutableDirectedGraph object
addEdge(Edge) - Method in interface org.apache.commons.graph.MutableGraph
Adds a feature to the Edge attribute of the MutableGraph object
addEdge(WeightedGraph, Edge) - Method in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
addEdge(Edge, Vertex, Vertex) - Method in class org.apache.commons.graph.contract.AcyclicContract
Adds a feature to the Edge attribute of the AcyclicContract object
addEdge(Edge, Vertex, Vertex) - Method in interface org.apache.commons.graph.contract.Contract
Adds a feature to the Edge attribute of the Contract object
addEdge(Edge, Vertex, Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Adds a feature to the Edge attribute of the DirectedGraphImpl object
addEdge(Edge) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
addEdge(Edge, Set) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Adds a feature to the Edge attribute of the UndirectedGraphImpl object
addEdgeI(Edge, Vertex, Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Adds a feature to the EdgeI attribute of the DirectedGraphImpl object
addFinalState(State) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Adds the state to the set of Final States available.
addState(State) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Adds a State to the collection of states maintained by the machine.
addState(String) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Creates a new State with name provided.
addTransition(String, String, String) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Add a Transition to the diagram with the name provided.
addTransition(String, State, State) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Adds a feature to the Transition attribute of the StateMachine object.
addTransition(Transition) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Adds a feature to the Transition attribute of the StateMachine object.
addVertex(Vertex) - Method in interface org.apache.commons.graph.MutableDirectedGraph
Adds a feature to the Vertex attribute of the MutableDirectedGraph object
addVertex(Vertex) - Method in interface org.apache.commons.graph.MutableGraph
Adds a feature to the Vertex attribute of the MutableGraph object
addVertex(Vertex) - Method in class org.apache.commons.graph.contract.AcyclicContract
Adds a feature to the Vertex attribute of the AcyclicContract object
addVertex(Vertex) - Method in interface org.apache.commons.graph.contract.Contract
Adds a feature to the Vertex attribute of the Contract object
addVertex(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Adds a feature to the Vertex attribute of the DirectedGraphImpl object
addVertex(Vertex) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Adds a feature to the Vertex attribute of the UndirectedGraphImpl object
addVertexI(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Adds a feature to the VertexI attribute of the DirectedGraphImpl object
allPaths - Variable in class org.apache.commons.graph.algorithm.path.AllPaths
 
allPaths - Variable in class org.apache.commons.graph.decorator.DDirectedGraph
 
analyze() - Method in class org.apache.commons.graph.domain.jdepend.JDependGraph
 
append(PathImpl) - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
append(Vertex, Edge) - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
appendPaths(Set, Set, Set) - Method in class org.apache.commons.graph.algorithm.path.AllPaths
 
apsp - Variable in class org.apache.commons.graph.algorithm.path.AllPaths
 

B

BLACK - Variable in class org.apache.commons.graph.algorithm.search.CostSearch
 
BLACK - Static variable in class org.apache.commons.graph.algorithm.search.DFS
Description of the Field
BLACK - Variable in class org.apache.commons.graph.search.CostSearch
 
BLACK - Static variable in class org.apache.commons.graph.search.DFS
Description of the Field

C

CircularDependencyException - exception org.apache.commons.graph.domain.dependency.exception.CircularDependencyException.
Description of the Class
CircularDependencyException() - Constructor for class org.apache.commons.graph.domain.dependency.exception.CircularDependencyException
Constructor for the CircularDependencyException object
CircularDependencyException(String) - Constructor for class org.apache.commons.graph.domain.dependency.exception.CircularDependencyException
Constructor for the CircularDependencyException object
CircularDependencyException(Throwable) - Constructor for class org.apache.commons.graph.domain.dependency.exception.CircularDependencyException
Constructor for the CircularDependencyException object
ClassVertex - class org.apache.commons.graph.domain.jdepend.ClassVertex.
 
ClassVertex(JavaClass) - Constructor for class org.apache.commons.graph.domain.jdepend.ClassVertex
 
Colored - interface org.apache.commons.graph.visualize.Colored.
 
Contract - interface org.apache.commons.graph.contract.Contract.
Description of the Interface
ContractVerificationException - exception org.apache.commons.graph.exception.ContractVerificationException.
Description of the Class
ContractVerificationException() - Constructor for class org.apache.commons.graph.exception.ContractVerificationException
Constructor for the ContractVerificationException object
ContractVerificationException(String) - Constructor for class org.apache.commons.graph.exception.ContractVerificationException
Constructor for the ContractVerificationException object
ContractVerificationException(Throwable) - Constructor for class org.apache.commons.graph.exception.ContractVerificationException
Constructor for the ContractVerificationException object
CostSearch - class org.apache.commons.graph.algorithm.search.CostSearch.
Description of the Class
CostSearch() - Constructor for class org.apache.commons.graph.algorithm.search.CostSearch
Constructor for the CostSearch object
CostSearch(boolean) - Constructor for class org.apache.commons.graph.algorithm.search.CostSearch
Constructor for the CostSearch object
CostSearch - class org.apache.commons.graph.search.CostSearch.
Description of the Class
CostSearch() - Constructor for class org.apache.commons.graph.search.CostSearch
Constructor for the CostSearch object
CostSearch(boolean) - Constructor for class org.apache.commons.graph.search.CostSearch
Constructor for the CostSearch object
CostSearch.ComparableEdge - class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge.
Description of the Class
CostSearch.ComparableEdge(Edge, double) - Constructor for class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge
Constructor for the ComparableEdge object
CostSearch.ComparableEdge - class org.apache.commons.graph.search.CostSearch.ComparableEdge.
Description of the Class
CostSearch.ComparableEdge(Edge, double) - Constructor for class org.apache.commons.graph.search.CostSearch.ComparableEdge
Constructor for the ComparableEdge object
CostSearch.ComparableVertex - class org.apache.commons.graph.algorithm.search.CostSearch.ComparableVertex.
Description of the Class
CostSearch.ComparableVertex(Vertex, double) - Constructor for class org.apache.commons.graph.algorithm.search.CostSearch.ComparableVertex
Constructor for the ComparableVertex object
CostSearch.ComparableVertex - class org.apache.commons.graph.search.CostSearch.ComparableVertex.
Description of the Class
CostSearch.ComparableVertex(Vertex, double) - Constructor for class org.apache.commons.graph.search.CostSearch.ComparableVertex
Constructor for the ComparableVertex object
CycleException - exception org.apache.commons.graph.exception.CycleException.
Description of the Class
CycleException() - Constructor for class org.apache.commons.graph.exception.CycleException
Constructor for the CycleException object
CycleException(String) - Constructor for class org.apache.commons.graph.exception.CycleException
Constructor for the CycleException object
CycleException(Throwable) - Constructor for class org.apache.commons.graph.exception.CycleException
Constructor for the CycleException object
calculateDataFlow(DirectedGraph, DataFlowEquations) - Method in class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions
 
calculateMSF(boolean, WeightedGraph) - Method in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
cause - Variable in class org.apache.commons.graph.exception.GraphException
 
chords - Variable in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
clazz - Variable in class org.apache.commons.graph.domain.jdepend.ClassVertex
 
clazzMap - Variable in class org.apache.commons.graph.domain.jdepend.JDependGraph
 
clz - Variable in class org.apache.commons.graph.domain.jdepend.ImportEdge
 
clz - Variable in class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
colors - Variable in class org.apache.commons.graph.algorithm.search.CostSearch
 
colors - Variable in class org.apache.commons.graph.algorithm.search.DFS
 
colors - Variable in class org.apache.commons.graph.search.CostSearch
 
colors - Variable in class org.apache.commons.graph.search.DFS
 
compare(Object, Object) - Method in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest.WeightedEdgeComparator
 
compareTo(Object) - Method in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge
Description of the Method
compareTo(Object) - Method in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableVertex
Description of the Method
compareTo(Object) - Method in class org.apache.commons.graph.search.CostSearch.ComparableEdge
Description of the Method
compareTo(Object) - Method in class org.apache.commons.graph.search.CostSearch.ComparableVertex
Description of the Method
compute(DirectedGraph, Vertex[]) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Description of the Method
connect(Edge, Vertex) - Method in interface org.apache.commons.graph.MutableGraph
Description of the Method
connect(Edge, Vertex) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
connectsLabels(Graph, Edge) - Method in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
contracts - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
cost - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
 
cost - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
 
cost - Variable in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge
 
cost - Variable in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableVertex
 
cost - Variable in class org.apache.commons.graph.search.CostSearch.ComparableEdge
 
cost - Variable in class org.apache.commons.graph.search.CostSearch.ComparableVertex
 

D

DAG - Variable in class org.apache.commons.graph.domain.dependency.DependencyGraph
 
DDirectedGraph - class org.apache.commons.graph.decorator.DDirectedGraph.
Description of the Class
DDirectedGraph() - Constructor for class org.apache.commons.graph.decorator.DDirectedGraph
 
DDirectedGraph(DirectedGraph) - Constructor for class org.apache.commons.graph.decorator.DDirectedGraph
Constructor for the DDirectedGraph object
DFS - class org.apache.commons.graph.algorithm.search.DFS.
Description of the Class
DFS() - Constructor for class org.apache.commons.graph.algorithm.search.DFS
Constructor for the DFS object
DFS - class org.apache.commons.graph.search.DFS.
Description of the Class
DFS() - Constructor for class org.apache.commons.graph.search.DFS
Constructor for the DFS object
DataFlowEquations - interface org.apache.commons.graph.algorithm.dataflow.DataFlowEquations.
 
DataFlowSolutions - class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions.
 
DataFlowSolutions(DirectedGraph, DataFlowEquations) - Constructor for class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions
 
Dependency - class org.apache.commons.graph.domain.dependency.Dependency.
Description of the Class
Dependency(Object, Object) - Constructor for class org.apache.commons.graph.domain.dependency.Dependency
Constructor for the Dependency object
DependencyGraph - class org.apache.commons.graph.domain.dependency.DependencyGraph.
Description of the Class
DependencyGraph() - Constructor for class org.apache.commons.graph.domain.dependency.DependencyGraph
Constructor for the DependencyGraph object
DependencyVertex - class org.apache.commons.graph.domain.dependency.DependencyVertex.
Description of the Class
DependencyVertex(Object) - Constructor for class org.apache.commons.graph.domain.dependency.DependencyVertex
Constructor for the DependencyVertex object
DependencyVisitor - class org.apache.commons.graph.domain.dependency.DependencyVisitor.
Description of the Class
DependencyVisitor() - Constructor for class org.apache.commons.graph.domain.dependency.DependencyVisitor
Constructor for the DependencyVisitor object
DirectedGraph - interface org.apache.commons.graph.DirectedGraph.
Description of the Interface
DirectedGraphImpl - class org.apache.commons.graph.domain.basic.DirectedGraphImpl.
Description of the Class
DirectedGraphImpl() - Constructor for class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Constructor for the DirectedGraphImpl object
DirectedGraphImpl(DirectedGraph) - Constructor for class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Constructor for the DirectedGraphImpl object
DirectedGraphWrapper - class org.apache.commons.graph.domain.basic.DirectedGraphWrapper.
Description of the Class
DirectedGraphWrapper(DirectedGraph) - Constructor for class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Constructor for the DirectedGraphWrapper object
DirectedGraphWrapper() - Constructor for class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Constructor for the DirectedGraphWrapper object
ddg - Variable in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
decorateGraph(DirectedGraph) - Static method in class org.apache.commons.graph.decorator.DDirectedGraph
Description of the Method
decoratedGraphs - Static variable in class org.apache.commons.graph.decorator.DDirectedGraph
 
defaultLength - Variable in class org.apache.commons.graph.visualize.TouchGraph
 
dep - Variable in class org.apache.commons.graph.domain.dependency.Dependency
 
deps - Variable in class org.apache.commons.graph.domain.dependency.DependencyVisitor
 
description() - Method in class org.apache.commons.graph.domain.dependency.Dependency
Description of the Method
dfs - Variable in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
 
dfs - Variable in class org.apache.commons.graph.domain.dependency.DependencyVisitor
 
disconnect(Edge, Vertex) - Method in interface org.apache.commons.graph.MutableGraph
Description of the Method
disconnect(Edge, Vertex) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
discoverEdge(Edge) - Method in interface org.apache.commons.graph.algorithm.search.Visitor
Description of the Method
discoverEdge(Edge) - Method in class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
discoverEdge(Edge) - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
discoverEdge(Edge) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Method
discoverEdge(Edge) - Method in interface org.apache.commons.graph.search.Visitor
Description of the Method
discoverGraph(Graph) - Method in interface org.apache.commons.graph.algorithm.search.Visitor
Description of the Method
discoverGraph(Graph) - Method in class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
discoverGraph(Graph) - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
discoverGraph(Graph) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Method
discoverGraph(Graph) - Method in interface org.apache.commons.graph.search.Visitor
Description of the Method
discoverVertex(Vertex) - Method in interface org.apache.commons.graph.algorithm.search.Visitor
Description of the Method
discoverVertex(Vertex) - Method in class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
discoverVertex(Vertex) - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
discoverVertex(Vertex) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Method
discoverVertex(Vertex) - Method in interface org.apache.commons.graph.search.Visitor
Description of the Method

E

EPSILON - Static variable in class org.apache.commons.graph.domain.statemachine.Transition
Description of the Field
Edge - interface org.apache.commons.graph.Edge.
Description of the Interface
e - Variable in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge
 
e - Variable in class org.apache.commons.graph.search.CostSearch.ComparableEdge
 
edgeColor - Variable in class org.apache.commons.graph.visualize.TouchGraph
 
edgeList - Variable in class org.apache.commons.graph.algorithm.util.PathImpl
 
edgeSource - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
edgeTarget - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
edgeVerts - Variable in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
edgeWeights - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
edgeWeights - Variable in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
edges - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
edges - Variable in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
equals(Object) - Method in class org.apache.commons.graph.algorithm.util.VertexPair
 

F

factory - Variable in class org.apache.commons.graph.domain.dependency.DependencyGraph
 
factory - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
finalStates - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
findClassVertex(JavaClass) - Method in class org.apache.commons.graph.domain.jdepend.JDependGraph
This not only finds the PackageVertex, but also adds it to the graph, if it isn't already there.
findLabel(Vertex) - Method in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
findPackageVertex(JavaPackage) - Method in class org.apache.commons.graph.domain.jdepend.JDependGraph
This not only finds the PackageVertex, but also adds it to the graph, if it isn't already there.
findPaths(Vertex, Vertex) - Method in class org.apache.commons.graph.algorithm.path.AllPaths
 
findPaths(PathListener, Vertex, Vertex, int) - Method in class org.apache.commons.graph.algorithm.path.AllPaths
 
findVertex(Object) - Method in class org.apache.commons.graph.domain.dependency.DependencyGraph
Description of the Method
finish - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
 
finishEdge(Edge) - Method in interface org.apache.commons.graph.algorithm.search.Visitor
Description of the Method
finishEdge(Edge) - Method in class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
finishEdge(Edge) - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
finishEdge(Edge) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Method
finishEdge(Edge) - Method in interface org.apache.commons.graph.search.Visitor
Description of the Method
finishGraph(Graph) - Method in interface org.apache.commons.graph.algorithm.search.Visitor
Description of the Method
finishGraph(Graph) - Method in class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
finishGraph(Graph) - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
finishGraph(Graph) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Method
finishGraph(Graph) - Method in interface org.apache.commons.graph.search.Visitor
Description of the Method
finishVertex(Vertex) - Method in interface org.apache.commons.graph.algorithm.search.Visitor
Description of the Method
finishVertex(Vertex) - Method in class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
finishVertex(Vertex) - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
finishVertex(Vertex) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Description of the Method
finishVertex(Vertex) - Method in interface org.apache.commons.graph.search.Visitor
Description of the Method
fontSize - Variable in class org.apache.commons.graph.visualize.TouchGraph
 

G

GRAY - Variable in class org.apache.commons.graph.algorithm.search.CostSearch
 
GRAY - Static variable in class org.apache.commons.graph.algorithm.search.DFS
Description of the Field
GRAY - Variable in class org.apache.commons.graph.search.CostSearch
 
GRAY - Static variable in class org.apache.commons.graph.search.DFS
Description of the Field
Graph - interface org.apache.commons.graph.Graph.
Description of the Interface
GraphException - exception org.apache.commons.graph.exception.GraphException.
 
GraphException() - Constructor for class org.apache.commons.graph.exception.GraphException
Constructor for the GraphException object
GraphException(String) - Constructor for class org.apache.commons.graph.exception.GraphException
Constructor for the GraphException object
GraphException(Throwable) - Constructor for class org.apache.commons.graph.exception.GraphException
Constructor for the GraphException object
GraphFactory - class org.apache.commons.graph.factory.GraphFactory.
Description of the Class
GraphFactory() - Constructor for class org.apache.commons.graph.factory.GraphFactory
Constructor for the GraphFactory object
GraphWrapper - class org.apache.commons.graph.domain.basic.GraphWrapper.
Description of the Class
GraphWrapper(Graph) - Constructor for class org.apache.commons.graph.domain.basic.GraphWrapper
Constructor for the GraphWrapper object
GraphWrapper() - Constructor for class org.apache.commons.graph.domain.basic.GraphWrapper
Constructor for the GraphWrapper object
generates(Vertex) - Method in interface org.apache.commons.graph.algorithm.dataflow.DataFlowEquations
This method shows when a definition is defined.
get(int) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.EdgeList
Description of the Method
getAction() - Method in class org.apache.commons.graph.domain.statemachine.Transition
Gets the action attribute of the Transition object
getAllPaths(Vertex, Vertex) - Method in class org.apache.commons.graph.algorithm.path.AllPaths
Deprecated. Use findPaths instead. Doesn't work, but code may be useful in the near future.
getBackgroundColor() - Method in class org.apache.commons.graph.domain.jdepend.ClassVertex
 
getBackgroundColor() - Method in class org.apache.commons.graph.domain.jdepend.PackageVertex
 
getBackgroundColor() - Method in interface org.apache.commons.graph.visualize.Colored
 
getCause() - Method in class org.apache.commons.graph.exception.GraphException
 
getChords() - Method in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
getColor(Vertex) - Method in class org.apache.commons.graph.algorithm.search.DFS
Gets the color attribute of the DFS object
getColor(Vertex) - Method in class org.apache.commons.graph.search.DFS
Gets the color attribute of the DFS object
getColorText(Color) - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the colorText attribute of the TouchGraph object
getCost() - Method in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge
Gets the cost attribute of the ComparableEdge object
getCost() - Method in class org.apache.commons.graph.search.CostSearch.ComparableEdge
Gets the cost attribute of the ComparableEdge object
getDefaultEdgeLength() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the defaultEdgeLength attribute of the TouchGraph object
getEdge() - Method in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableEdge
Gets the edge attribute of the ComparableEdge object
getEdge() - Method in class org.apache.commons.graph.search.CostSearch.ComparableEdge
Gets the edge attribute of the ComparableEdge object
getEdgeColor() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the edgeColor attribute of the TouchGraph object
getEdgeColorText() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the edgeColorText attribute of the TouchGraph object
getEdges() - Method in interface org.apache.commons.graph.Graph
getEdges - Returns the total set of Edges in the graph.
getEdges(Vertex) - Method in interface org.apache.commons.graph.Graph
getEdges( Vertex ) - This method will return all edges which touch this vertex.
getEdges() - Method in interface org.apache.commons.graph.Path
getEdges() - This returns a list of Edges which comprise the path.
getEdges() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Gets the edges attribute of the WPath object
getEdges() - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
getEdges() - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the edges attribute of the DirectedGraphImpl object
getEdges(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the edges attribute of the DirectedGraphImpl object
getEdges() - Method in class org.apache.commons.graph.domain.basic.GraphWrapper
Gets the edges attribute of the GraphWrapper object
getEdges(Vertex) - Method in class org.apache.commons.graph.domain.basic.GraphWrapper
Gets the edges attribute of the GraphWrapper object
getEdges() - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Gets the edges attribute of the UndirectedGraphImpl object
getEdges(Vertex) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Gets the edges attribute of the UndirectedGraphImpl object
getEnd() - Method in interface org.apache.commons.graph.Path
Returns the end of the path.
getEnd() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Gets the end attribute of the WPath object
getEnd() - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
getFontSize() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the fontSize attribute of the TouchGraph object
getGuard() - Method in class org.apache.commons.graph.domain.statemachine.Transition
Gets the guard attribute of the Transition object
getInbound(Vertex) - Method in interface org.apache.commons.graph.DirectedGraph
getInbound( Vertex ) Returns the set of edges which are inbound to the Vertex.
getInbound(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the inbound attribute of the DirectedGraphImpl object
getInbound(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Gets the inbound attribute of the DirectedGraphWrapper object
getInterface() - Method in class org.apache.commons.graph.contract.AcyclicContract
Gets the interface attribute of the AcyclicContract object
getInterface() - Method in interface org.apache.commons.graph.contract.Contract
getInterface This returns the marker interface which is associated with the Contract.
getJavaClass() - Method in class org.apache.commons.graph.domain.jdepend.ClassVertex
 
getJavaClass() - Method in class org.apache.commons.graph.domain.jdepend.ImportEdge
 
getJavaClass() - Method in class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
getJavaPackage() - Method in class org.apache.commons.graph.domain.jdepend.ImportEdge
 
getJavaPackage() - Method in class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
getJavaPackage() - Method in class org.apache.commons.graph.domain.jdepend.PackageVertex
 
getName() - Method in interface org.apache.commons.graph.Named
Gets the name attribute of the Named object
getName() - Method in class org.apache.commons.graph.domain.jdepend.ClassVertex
 
getName() - Method in class org.apache.commons.graph.domain.jdepend.ImportEdge
 
getName() - Method in class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
getName() - Method in class org.apache.commons.graph.domain.jdepend.PackageVertex
 
getName() - Method in class org.apache.commons.graph.domain.statemachine.State
Gets the name attribute of the State object
getName() - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Gets the StateMachines name (or namespace)
getName() - Method in class org.apache.commons.graph.domain.statemachine.Transition
Gets the name attribute of the Transition object
getOutbound(Vertex) - Method in interface org.apache.commons.graph.DirectedGraph
getOutbound( Vertex ) Returns the set of edges which lead away from the Vertex.
getOutbound(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the outbound attribute of the DirectedGraphImpl object
getOutbound(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Gets the outbound attribute of the DirectedGraphWrapper object
getOutput() - Method in class org.apache.commons.graph.domain.statemachine.Transition
Gets the output attribute of the Transition object
getRoot() - Method in class org.apache.commons.graph.algorithm.util.Label
 
getShortestPath(Vertex, Vertex) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Gets the shortestPath attribute of the AllPairsShortestPath object
getSortedDependencies(Object) - Method in class org.apache.commons.graph.domain.dependency.DependencyGraph
Gets the sortedDependencies attribute of the DependencyGraph object
getSortedDependencies() - Method in class org.apache.commons.graph.domain.dependency.DependencyGraph
Retrieve the vertices in a flattened, sorted, valid order.
getSortedDependencies(DependencyGraph, Vertex) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
Gets the sortedDependencies attribute of the DependencyVisitor object
getSortedDependencies(DependencyGraph) - Method in class org.apache.commons.graph.domain.dependency.DependencyVisitor
 
getSource(Edge) - Method in interface org.apache.commons.graph.DirectedGraph
getSource( Edge ) Returns the vertex which originates the edge.
getSource(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the source attribute of the DirectedGraphImpl object
getSource(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Gets the source attribute of the DirectedGraphWrapper object
getSource() - Method in class org.apache.commons.graph.domain.statemachine.Transition
Gets the source attribute of the Transition object
getStart() - Method in interface org.apache.commons.graph.Path
Returns the start of the path.
getStart() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Gets the start attribute of the WPath object
getStart() - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
getState(String) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Gets the state attribute of the StateMachine object
getSubmachine() - Method in class org.apache.commons.graph.domain.statemachine.State
Gets the submachine attribute of the State object
getTarget(Edge) - Method in interface org.apache.commons.graph.DirectedGraph
getTarget( Edge ) Returns the vertex which terminates the edge.
getTarget(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the target attribute of the DirectedGraphImpl object
getTarget(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Gets the target attribute of the DirectedGraphWrapper object
getTarget() - Method in class org.apache.commons.graph.domain.statemachine.Transition
Gets the target attribute of the Transition object
getTextColor() - Method in class org.apache.commons.graph.domain.jdepend.ClassVertex
 
getTextColor() - Method in class org.apache.commons.graph.domain.jdepend.PackageVertex
 
getTextColor() - Method in interface org.apache.commons.graph.visualize.Colored
 
getTextColor() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the textColor attribute of the TouchGraph object
getTextColorText() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the textColorText attribute of the TouchGraph object
getTransition(String) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Gets the Transition associated with the Name.
getValue() - Method in class org.apache.commons.graph.domain.dependency.DependencyVertex
Gets the value attribute of the DependencyVertex object
getVertex() - Method in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableVertex
Gets the vertex attribute of the ComparableVertex object
getVertex() - Method in class org.apache.commons.graph.search.CostSearch.ComparableVertex
Gets the vertex attribute of the ComparableVertex object
getVertexColor() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the vertexColor attribute of the TouchGraph object
getVertexColorText() - Method in class org.apache.commons.graph.visualize.TouchGraph
Gets the vertexColorText attribute of the TouchGraph object
getVertices() - Method in interface org.apache.commons.graph.Graph
getVertices - Returns the total set of Vertices in the graph.
getVertices(Edge) - Method in interface org.apache.commons.graph.Graph
getVertices( Edge ) - This method will return the set of Verticies on this Edge.
getVertices() - Method in interface org.apache.commons.graph.Path
getVertices() - This returns a list of Vertices, in order as they go from Start to End.
getVertices() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Gets the vertices attribute of the WPath object
getVertices() - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
getVertices() - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the vertices attribute of the DirectedGraphImpl object
getVertices(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the vertices attribute of the DirectedGraphImpl object
getVertices() - Method in class org.apache.commons.graph.domain.basic.GraphWrapper
Gets the vertices attribute of the GraphWrapper object
getVertices(Edge) - Method in class org.apache.commons.graph.domain.basic.GraphWrapper
Gets the vertices attribute of the GraphWrapper object
getVertices() - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Gets the vertices attribute of the UndirectedGraphImpl object
getVertices(Edge) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Gets the vertices attribute of the UndirectedGraphImpl object
getWeight() - Method in interface org.apache.commons.graph.WeightedEdge
Gets the weight attribute of the WeightedEdge object
getWeight(Edge) - Method in interface org.apache.commons.graph.WeightedGraph
Gets the weight attribute of the WeightedGraph object
getWeight() - Method in interface org.apache.commons.graph.WeightedPath
Gets the weight attribute of the WeightedPath object
getWeight() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Gets the weight attribute of the WPath object
getWeight(Edge) - Method in class org.apache.commons.graph.decorator.DDirectedGraph
Gets the weight attribute of the DDirectedGraph object
getWeight(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Gets the weight attribute of the DirectedGraphImpl object
getWeight(Edge) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
getWeight(Edge) - Method in class org.apache.commons.graph.domain.basic.WeightedGraphWrapper
Gets the weight attribute of the WeightedGraphWrapper object
graph - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.EdgeList
 
graph - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
 
graph - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
 
graph - Variable in class org.apache.commons.graph.algorithm.path.AllPaths
 
graph - Variable in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest.WeightedEdgeComparator
 
graph - Variable in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
 
graph - Variable in class org.apache.commons.graph.contract.AcyclicContract
 
graph - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
guard - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 

H

HyperGraphException - exception org.apache.commons.graph.exception.HyperGraphException.
Description of the Class
HyperGraphException() - Constructor for class org.apache.commons.graph.exception.HyperGraphException
Constructor for the HyperGraphException object
HyperGraphException(String) - Constructor for class org.apache.commons.graph.exception.HyperGraphException
Constructor for the HyperGraphException object
HyperGraphException(Throwable) - Constructor for class org.apache.commons.graph.exception.HyperGraphException
Constructor for the HyperGraphException object
hasConnection(Vertex, Vertex) - Method in class org.apache.commons.graph.decorator.DDirectedGraph
Description of the Method
hasCycle() - Method in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
Description of the Method
hasNext() - Method in class org.apache.commons.graph.algorithm.path.PathIterator
 
hasPath(Vertex, Vertex) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Determines if a path exists or not.
hashCode() - Method in class org.apache.commons.graph.algorithm.util.VertexPair
 
head - Variable in class org.apache.commons.graph.domain.dependency.Dependency
 
highMark - Variable in class org.apache.commons.graph.algorithm.path.PathIterator
 

I

ImportEdge - class org.apache.commons.graph.domain.jdepend.ImportEdge.
 
ImportEdge(JavaClass, JavaPackage) - Constructor for class org.apache.commons.graph.domain.jdepend.ImportEdge
 
i - Variable in class org.apache.commons.graph.algorithm.util.VertexPair
 
impl - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
 
impl - Variable in class org.apache.commons.graph.domain.basic.GraphWrapper
 
inValues - Variable in class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions
 
inbound - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
index(Vertex) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Description of the Method
init() - Method in class org.apache.commons.graph.domain.dependency.DependencyGraph
Description of the Method
initIndex(Vertex[]) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Description of the Method
invoke(Object, Method, Object[]) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Description of the Method
invoke(Object, Method, Object[]) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Description of the Method
isCyclic - Variable in class org.apache.commons.graph.contract.AcyclicContract.CycleDetector
 

J

JDependGraph - class org.apache.commons.graph.domain.jdepend.JDependGraph.
 
JDependGraph() - Constructor for class org.apache.commons.graph.domain.jdepend.JDependGraph
 
j - Variable in class org.apache.commons.graph.algorithm.util.VertexPair
 
jdep - Variable in class org.apache.commons.graph.domain.jdepend.JDependGraph
 

K

kills(Vertex) - Method in interface org.apache.commons.graph.algorithm.dataflow.DataFlowEquations
This method shows when a definition is killed (or overwritten.)

L

Label - class org.apache.commons.graph.algorithm.util.Label.
 
Label() - Constructor for class org.apache.commons.graph.algorithm.util.Label
 
Label(Label) - Constructor for class org.apache.commons.graph.algorithm.util.Label
 
labels - Variable in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
leaves(Vertex) - Method in class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions
 
lengthFactor - Variable in class org.apache.commons.graph.visualize.TouchGraph
 

M

MinimumSpanningForest - class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest.
 
MinimumSpanningForest(WeightedGraph) - Constructor for class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
MinimumSpanningForest(boolean, WeightedGraph) - Constructor for class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 
MinimumSpanningForest.WeightedEdgeComparator - class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest.WeightedEdgeComparator.
 
MinimumSpanningForest.WeightedEdgeComparator(WeightedGraph) - Constructor for class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest.WeightedEdgeComparator
 
MutableDirectedGraph - interface org.apache.commons.graph.MutableDirectedGraph.
Description of the Interface
MutableGraph - interface org.apache.commons.graph.MutableGraph.
Description of the Interface
makeDirectedGraph(Contract[], boolean, DirectedGraph) - Method in class org.apache.commons.graph.factory.GraphFactory
makeDirectedGraph
makeGraph(Contract[], InvocationHandler, Class, boolean) - Method in class org.apache.commons.graph.factory.GraphFactory
makeGraph
makeMutableDirectedGraph(Contract[], boolean, DirectedGraph) - Method in class org.apache.commons.graph.factory.GraphFactory
makeMutableDirectedGraph
maximumSpanningForest() - Method in class org.apache.commons.graph.decorator.DDirectedGraph
 
minimumSpanningForest() - Method in class org.apache.commons.graph.decorator.DDirectedGraph
 

N

Named - interface org.apache.commons.graph.Named.
Description of the Interface
NegativeCycleException - exception org.apache.commons.graph.exception.NegativeCycleException.
Description of the Class
NegativeCycleException() - Constructor for class org.apache.commons.graph.exception.NegativeCycleException
Constructor for the NegativeCycleException object
NegativeCycleException(String) - Constructor for class org.apache.commons.graph.exception.NegativeCycleException
Constructor for the NegativeCycleException object
NegativeCycleException(Throwable) - Constructor for class org.apache.commons.graph.exception.NegativeCycleException
Constructor for the NegativeCycleException object
NoPathException - exception org.apache.commons.graph.exception.NoPathException.
Description of the Class
NoPathException() - Constructor for class org.apache.commons.graph.exception.NoPathException
Constructor for the NoPathException object
NoPathException(String) - Constructor for class org.apache.commons.graph.exception.NoPathException
Constructor for the NoPathException object
NoPathException(Throwable) - Constructor for class org.apache.commons.graph.exception.NoPathException
Constructor for the NoPathException object
name - Variable in class org.apache.commons.graph.domain.statemachine.State
 
name - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
name - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 
next() - Method in class org.apache.commons.graph.algorithm.path.PathIterator
 
notifyPath(Path) - Method in class org.apache.commons.graph.algorithm.path.PathIterator
 
notifyPath(Path) - Method in interface org.apache.commons.graph.algorithm.path.PathListener
 

O

OwnershipEdge - class org.apache.commons.graph.domain.jdepend.OwnershipEdge.
 
OwnershipEdge(JavaPackage, JavaClass) - Constructor for class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
org.apache.commons.graph - package org.apache.commons.graph
 
org.apache.commons.graph.algorithm.dataflow - package org.apache.commons.graph.algorithm.dataflow
 
org.apache.commons.graph.algorithm.path - package org.apache.commons.graph.algorithm.path
 
org.apache.commons.graph.algorithm.search - package org.apache.commons.graph.algorithm.search
 
org.apache.commons.graph.algorithm.spanning - package org.apache.commons.graph.algorithm.spanning
 
org.apache.commons.graph.algorithm.util - package org.apache.commons.graph.algorithm.util
 
org.apache.commons.graph.contract - package org.apache.commons.graph.contract
 
org.apache.commons.graph.decorator - package org.apache.commons.graph.decorator
 
org.apache.commons.graph.domain.basic - package org.apache.commons.graph.domain.basic
 
org.apache.commons.graph.domain.dependency - package org.apache.commons.graph.domain.dependency
 
org.apache.commons.graph.domain.dependency.exception - package org.apache.commons.graph.domain.dependency.exception
 
org.apache.commons.graph.domain.jdepend - package org.apache.commons.graph.domain.jdepend
 
org.apache.commons.graph.domain.statemachine - package org.apache.commons.graph.domain.statemachine
 
org.apache.commons.graph.domain.statemachine.exception - package org.apache.commons.graph.domain.statemachine.exception
 
org.apache.commons.graph.exception - package org.apache.commons.graph.exception
 
org.apache.commons.graph.factory - package org.apache.commons.graph.factory
 
org.apache.commons.graph.search - package org.apache.commons.graph.search
 
org.apache.commons.graph.visualize - package org.apache.commons.graph.visualize
 
outValues - Variable in class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions
 
outbound - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
output - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 

P

PackageVertex - class org.apache.commons.graph.domain.jdepend.PackageVertex.
 
PackageVertex(JavaPackage) - Constructor for class org.apache.commons.graph.domain.jdepend.PackageVertex
 
Path - interface org.apache.commons.graph.Path.
Description of the Interface
PathImpl - class org.apache.commons.graph.algorithm.util.PathImpl.
 
PathImpl(List, List) - Constructor for class org.apache.commons.graph.algorithm.util.PathImpl
 
PathImpl(Vertex) - Constructor for class org.apache.commons.graph.algorithm.util.PathImpl
 
PathImpl(Vertex, Vertex, Edge) - Constructor for class org.apache.commons.graph.algorithm.util.PathImpl
 
PathIterator - class org.apache.commons.graph.algorithm.path.PathIterator.
 
PathIterator() - Constructor for class org.apache.commons.graph.algorithm.path.PathIterator
 
PathListener - interface org.apache.commons.graph.algorithm.path.PathListener.
 
pkg - Variable in class org.apache.commons.graph.domain.jdepend.ImportEdge
 
pkg - Variable in class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
pkg - Variable in class org.apache.commons.graph.domain.jdepend.PackageVertex
 
pkgMap - Variable in class org.apache.commons.graph.domain.jdepend.JDependGraph
 
pred - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
 
printStackTrace() - Method in class org.apache.commons.graph.exception.GraphException
 
printStackTrace(PrintStream) - Method in class org.apache.commons.graph.exception.GraphException
 
printStackTrace(PrintWriter) - Method in class org.apache.commons.graph.exception.GraphException
 

Q

queue - Variable in class org.apache.commons.graph.algorithm.path.PathIterator
 
queue - Variable in class org.apache.commons.graph.algorithm.spanning.MinimumSpanningForest
 

R

random - Variable in class org.apache.commons.graph.visualize.TouchGraph
 
reaches(Vertex) - Method in class org.apache.commons.graph.algorithm.dataflow.DataFlowSolutions
 
remove() - Method in class org.apache.commons.graph.algorithm.path.PathIterator
 
removeContract(Contract) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Description of the Method
removeEdge(Edge) - Method in interface org.apache.commons.graph.MutableDirectedGraph
Description of the Method
removeEdge(Edge) - Method in interface org.apache.commons.graph.MutableGraph
Description of the Method
removeEdge(Edge) - Method in class org.apache.commons.graph.contract.AcyclicContract
Description of the Method
removeEdge(Edge) - Method in interface org.apache.commons.graph.contract.Contract
Description of the Method
removeEdge(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Description of the Method
removeEdge(Edge) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
removeEdgeI(Edge) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Description of the Method
removeVertex(Vertex) - Method in interface org.apache.commons.graph.MutableDirectedGraph
Description of the Method
removeVertex(Vertex) - Method in interface org.apache.commons.graph.MutableGraph
Description of the Method
removeVertex(Vertex) - Method in class org.apache.commons.graph.contract.AcyclicContract
Description of the Method
removeVertex(Vertex) - Method in interface org.apache.commons.graph.contract.Contract
Description of the Method
removeVertex(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Description of the Method
removeVertex(Vertex) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
removeVertexI(Vertex) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Description of the Method
root - Variable in class org.apache.commons.graph.algorithm.util.Label
 
root - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 

S

State - class org.apache.commons.graph.domain.statemachine.State.
Description of the Class
State(String) - Constructor for class org.apache.commons.graph.domain.statemachine.State
Constructor for the State object
StateMachine - class org.apache.commons.graph.domain.statemachine.StateMachine.
StateMachine - This represents a Finite State Machine.
StateMachine(String) - Constructor for class org.apache.commons.graph.domain.statemachine.StateMachine
Create a new StateMachine given the name.
StateMachineException - exception org.apache.commons.graph.domain.statemachine.exception.StateMachineException.
Description of the Class
StateMachineException() - Constructor for class org.apache.commons.graph.domain.statemachine.exception.StateMachineException
Constructor for the StateMachineException object
StateMachineException(String) - Constructor for class org.apache.commons.graph.domain.statemachine.exception.StateMachineException
Constructor for the StateMachineException object
StateMachineException(Throwable) - Constructor for class org.apache.commons.graph.domain.statemachine.exception.StateMachineException
Constructor for the StateMachineException object
segment(Vertex[], int[][], int, int) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
Returns a List of Vectors in order.
setAction(String) - Method in class org.apache.commons.graph.domain.statemachine.Transition
Sets the action attribute of the Transition object
setDefaultEdgeLength(int) - Method in class org.apache.commons.graph.visualize.TouchGraph
Sets the defaultEdgeLength attribute of the TouchGraph object
setDirGraph(DirectedGraph) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphWrapper
Sets the dirGraph attribute of the DirectedGraphWrapper object
setEdgeColor(Color) - Method in class org.apache.commons.graph.visualize.TouchGraph
Sets the edgeColor attribute of the TouchGraph object
setFontSize(int) - Method in class org.apache.commons.graph.visualize.TouchGraph
Sets the fontSize attribute of the TouchGraph object
setGraph(Graph) - Method in class org.apache.commons.graph.domain.basic.GraphWrapper
Sets the graph attribute of the GraphWrapper object
setGuard(String) - Method in class org.apache.commons.graph.domain.statemachine.Transition
Sets the guard attribute of the Transition object
setImpl(DirectedGraph) - Method in class org.apache.commons.graph.contract.AcyclicContract
Sets the impl attribute of the AcyclicContract object
setImpl(DirectedGraph) - Method in interface org.apache.commons.graph.contract.Contract
The impl that gets passed in is read-only.
setOutput(String) - Method in class org.apache.commons.graph.domain.statemachine.Transition
Sets the output attribute of the Transition object
setRoot(Label) - Method in class org.apache.commons.graph.algorithm.util.Label
 
setStartState(State) - Method in class org.apache.commons.graph.domain.statemachine.StateMachine
Sets the startState attribute of the StateMachine object
setSubmachine(StateMachine) - Method in class org.apache.commons.graph.domain.statemachine.State
Sets the submachine attribute of the State object
setTextColor(Color) - Method in class org.apache.commons.graph.visualize.TouchGraph
Sets the textColor attribute of the TouchGraph object
setThread(Thread) - Method in class org.apache.commons.graph.algorithm.path.PathIterator
 
setTrigger(String) - Method in class org.apache.commons.graph.domain.statemachine.Transition
Sets the action attribute of the Transition object
setVertexColor(Color) - Method in class org.apache.commons.graph.visualize.TouchGraph
Sets the vertexColor attribute of the TouchGraph object
setWeight(Edge, double) - Method in class org.apache.commons.graph.decorator.DDirectedGraph
Sets the weight attribute of the DDirectedGraph object
setWeight(Edge, double) - Method in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
Sets the weight attribute of the DirectedGraphImpl object
setWeight(Edge, double) - Method in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
setWeight(Edge, double) - Method in class org.apache.commons.graph.domain.basic.WeightedGraphWrapper
Sets the weight attribute of the WeightedGraphWrapper object
size() - Method in interface org.apache.commons.graph.Path
size() - This returns the size of the path in terms of number of verticies it visits.
size() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.EdgeList
Description of the Method
size() - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
 
size() - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
source - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 
start - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
 
startState - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
states - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
subMachine - Variable in class org.apache.commons.graph.domain.statemachine.State
 

T

TouchGraph - class org.apache.commons.graph.visualize.TouchGraph.
Description of the Class
TouchGraph() - Constructor for class org.apache.commons.graph.visualize.TouchGraph
Constructor for the TouchGraph object
Transition - class org.apache.commons.graph.domain.statemachine.Transition.
Description of the Class
Transition(String, State, State) - Constructor for class org.apache.commons.graph.domain.statemachine.Transition
Constructor for the Transition object
target - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 
tasks - Variable in class org.apache.commons.graph.algorithm.search.CostSearch
 
tasks - Variable in class org.apache.commons.graph.search.CostSearch
 
textColor - Variable in class org.apache.commons.graph.visualize.TouchGraph
 
thread - Variable in class org.apache.commons.graph.algorithm.path.PathIterator
 
toString() - Method in class org.apache.commons.graph.algorithm.util.PathImpl
 
toString() - Method in class org.apache.commons.graph.domain.jdepend.ClassVertex
 
toString() - Method in class org.apache.commons.graph.domain.jdepend.ImportEdge
 
toString() - Method in class org.apache.commons.graph.domain.jdepend.OwnershipEdge
 
toString() - Method in class org.apache.commons.graph.domain.jdepend.PackageVertex
 
toXML(DirectedGraph, OutputStream) - Method in class org.apache.commons.graph.visualize.TouchGraph
Description of the Method
transes - Variable in class org.apache.commons.graph.domain.statemachine.StateMachine
 
transpose() - Method in class org.apache.commons.graph.decorator.DDirectedGraph
Description of the Method
trigger - Variable in class org.apache.commons.graph.domain.statemachine.Transition
 

U

UndirectedGraph - interface org.apache.commons.graph.UndirectedGraph.
Description of the Interface
UndirectedGraphImpl - class org.apache.commons.graph.domain.basic.UndirectedGraphImpl.
Description of the Class
UndirectedGraphImpl() - Constructor for class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
Constructor for the UndirectedGraphImpl object
update(DirectedGraph) - Method in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
Description of the Method

V

Vertex - interface org.apache.commons.graph.Vertex.
Description of the Interface
VertexPair - class org.apache.commons.graph.algorithm.util.VertexPair.
 
VertexPair(Vertex, Vertex) - Constructor for class org.apache.commons.graph.algorithm.util.VertexPair
 
Visitor - interface org.apache.commons.graph.algorithm.search.Visitor.
Description of the Interface
Visitor - interface org.apache.commons.graph.search.Visitor.
Description of the Interface
VisitorAdapter - class org.apache.commons.graph.algorithm.search.VisitorAdapter.
 
VisitorAdapter() - Constructor for class org.apache.commons.graph.algorithm.search.VisitorAdapter
 
v - Variable in class org.apache.commons.graph.algorithm.search.CostSearch.ComparableVertex
 
v - Variable in class org.apache.commons.graph.search.CostSearch.ComparableVertex
 
vArray - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
 
value - Variable in class org.apache.commons.graph.domain.dependency.DependencyVertex
 
verify() - Method in class org.apache.commons.graph.contract.AcyclicContract
Description of the Method
verify() - Method in interface org.apache.commons.graph.contract.Contract
verify - This verifies that the graph it is working on complies.
vertEdges - Variable in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
vertexColor - Variable in class org.apache.commons.graph.visualize.TouchGraph
 
vertexIndex - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath
 
vertexList - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.WPath
 
vertexList - Variable in class org.apache.commons.graph.algorithm.util.PathImpl
 
vertices - Variable in class org.apache.commons.graph.algorithm.path.AllPairsShortestPath.EdgeList
 
vertices - Variable in class org.apache.commons.graph.domain.basic.DirectedGraphImpl
 
vertices - Variable in class org.apache.commons.graph.domain.basic.UndirectedGraphImpl
 
vertices - Variable in class org.apache.commons.graph.domain.dependency.DependencyGraph
 
visit(WeightedGraph, Vertex, Visitor) - Method in class org.apache.commons.graph.algorithm.search.CostSearch
Description of the Method
visit(DirectedGraph, Vertex, Visitor) - Method in class org.apache.commons.graph.algorithm.search.DFS
visit - Visits the graph
visit(DirectedGraph, Visitor) - Method in class org.apache.commons.graph.algorithm.search.DFS
visit - Visits all nodes in the graph.
visit(WeightedGraph, Vertex, Visitor) - Method in class org.apache.commons.graph.search.CostSearch
Description of the Method
visit(DirectedGraph, Vertex, Visitor) - Method in class org.apache.commons.graph.search.DFS
visit - Visits the graph
visitEdge(WeightedGraph, Edge, double, Visitor) - Method in class org.apache.commons.graph.algorithm.search.CostSearch
Description of the Method
visitEdge(DirectedGraph, Edge, Visitor) - Method in class org.apache.commons.graph.algorithm.search.DFS
Description of the Method
visitEdge(WeightedGraph, Edge, double, Visitor) - Method in class org.apache.commons.graph.search.CostSearch
Description of the Method
visitEdge(DirectedGraph, Edge, Visitor) - Method in class org.apache.commons.graph.search.DFS
Description of the Method
visitVertex(WeightedGraph, Vertex, double, Visitor) - Method in class org.apache.commons.graph.algorithm.search.CostSearch
Description of the Method
visitVertex(DirectedGraph, Vertex, Visitor) - Method in class org.apache.commons.graph.algorithm.search.DFS
Description of the Method
visitVertex(WeightedGraph, Vertex, double, Visitor) - Method in class org.apache.commons.graph.search.CostSearch
Description of the Method
visitVertex(DirectedGraph, Vertex, Visitor) - Method in class org.apache.commons.graph.search.DFS
Description of the Method
visitor - Variable in class org.apache.commons.graph.domain.dependency.DependencyGraph
 

W

WHITE - Variable in class org.apache.commons.graph.algorithm.search.CostSearch
 
WHITE - Static variable in class org.apache.commons.graph.algorithm.search.DFS
Description of the Field
WHITE - Variable in class org.apache.commons.graph.search.CostSearch
 
WHITE - Static variable in class org.apache.commons.graph.search.DFS
Description of the Field
WeightedEdge - interface org.apache.commons.graph.WeightedEdge.
Description of the Interface
WeightedGraph - interface org.apache.commons.graph.WeightedGraph.
Description of the Interface
WeightedGraphWrapper - class org.apache.commons.graph.domain.basic.WeightedGraphWrapper.
Description of the Class
WeightedGraphWrapper(Graph) - Constructor for class org.apache.commons.graph.domain.basic.WeightedGraphWrapper
Constructor for the WeightedGraphWrapper object
WeightedPath - interface org.apache.commons.graph.WeightedPath.
Description of the Interface
weighted - Variable in class org.apache.commons.graph.decorator.DDirectedGraph
 
weights - Variable in class org.apache.commons.graph.decorator.DDirectedGraph
 
weights - Variable in class org.apache.commons.graph.domain.basic.WeightedGraphWrapper
 
writeEdgeset(PrintWriter, DirectedGraph) - Method in class org.apache.commons.graph.visualize.TouchGraph
Description of the Method
writeNodeset(PrintWriter, DirectedGraph) - Method in class org.apache.commons.graph.visualize.TouchGraph
Description of the Method

A B C D E F G H I J K L M N O P Q R S T U V W