Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
action
- Variable in class org.apache.commons.graph.domain.statemachine.
Transition
Acyclic
- Interface in
org.apache.commons.graph.contract
Description of the Interface
acyclic
- Variable in class org.apache.commons.graph.domain.dependency.
DependencyGraph
AcyclicContract
- Class in
org.apache.commons.graph.contract
Description of the Class
AcyclicContract()
- Constructor for class org.apache.commons.graph.contract.
AcyclicContract
Constructor for the AcyclicContract object
AcyclicContract.CycleDetector
- Class in
org.apache.commons.graph.contract
Description of the Class
AcyclicContract.CycleDetector(DirectedGraph)
- Constructor for class org.apache.commons.graph.contract.
AcyclicContract.CycleDetector
Constructor for the CycleDetector object
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(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
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
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 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
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
addVertexI(Vertex)
- Method in class org.apache.commons.graph.domain.basic.
DirectedGraphImpl
Adds a feature to the VertexI attribute of the DirectedGraphImpl object
AllPairsShortestPath
- Class in
org.apache.commons.graph.algorithm.path
Description of the Class
AllPairsShortestPath(DirectedGraph)
- Constructor for class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath
Constructor for the AllPairsShortestPath object
AllPairsShortestPath.EdgeList
- Class in
org.apache.commons.graph.algorithm.path
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 in
org.apache.commons.graph.algorithm.path
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 in
org.apache.commons.graph.algorithm.path
AllPaths(DirectedGraph)
- Constructor for class org.apache.commons.graph.algorithm.path.
AllPaths
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
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 exception org.apache.commons.graph.exception.
GraphException
chords
- Variable in class org.apache.commons.graph.algorithm.spanning.
MinimumSpanningForest
CircularDependencyException
- Exception in
org.apache.commons.graph.domain.dependency.exception
Description of the Class
CircularDependencyException()
- Constructor for exception org.apache.commons.graph.domain.dependency.exception.
CircularDependencyException
Constructor for the CircularDependencyException object
CircularDependencyException(String)
- Constructor for exception org.apache.commons.graph.domain.dependency.exception.
CircularDependencyException
Constructor for the CircularDependencyException object
CircularDependencyException(Throwable)
- Constructor for exception org.apache.commons.graph.domain.dependency.exception.
CircularDependencyException
Constructor for the CircularDependencyException object
ClassVertex
- Class in
org.apache.commons.graph.domain.jdepend
ClassVertex(JavaClass)
- Constructor for class org.apache.commons.graph.domain.jdepend.
ClassVertex
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
Colored
- Interface in
org.apache.commons.graph.visualize
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 class org.apache.commons.graph.domain.basic.
UndirectedGraphImpl
connect(Edge, Vertex)
- Method in interface org.apache.commons.graph.
MutableGraph
Description of the Method
connectsLabels(Graph, Edge)
- Method in class org.apache.commons.graph.algorithm.spanning.
MinimumSpanningForest
Contract
- Interface in
org.apache.commons.graph.contract
Description of the Interface
contracts
- Variable in class org.apache.commons.graph.domain.basic.
DirectedGraphImpl
ContractVerificationException
- Exception in
org.apache.commons.graph.exception
Description of the Class
ContractVerificationException()
- Constructor for exception org.apache.commons.graph.exception.
ContractVerificationException
Constructor for the ContractVerificationException object
ContractVerificationException(String)
- Constructor for exception org.apache.commons.graph.exception.
ContractVerificationException
Constructor for the ContractVerificationException object
ContractVerificationException(Throwable)
- Constructor for exception org.apache.commons.graph.exception.
ContractVerificationException
Constructor for the ContractVerificationException object
cost
- Variable in class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath
cost
- Variable in class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath.WPath
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
CostSearch
- Class in
org.apache.commons.graph.algorithm.search
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 in
org.apache.commons.graph.search
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 in
org.apache.commons.graph.algorithm.search
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 in
org.apache.commons.graph.search
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 in
org.apache.commons.graph.algorithm.search
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 in
org.apache.commons.graph.search
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 in
org.apache.commons.graph.exception
Description of the Class
CycleException()
- Constructor for exception org.apache.commons.graph.exception.
CycleException
Constructor for the CycleException object
CycleException(String)
- Constructor for exception org.apache.commons.graph.exception.
CycleException
Constructor for the CycleException object
CycleException(Throwable)
- Constructor for exception org.apache.commons.graph.exception.
CycleException
Constructor for the CycleException object
D
DAG
- Variable in class org.apache.commons.graph.domain.dependency.
DependencyGraph
DataFlowEquations
- Interface in
org.apache.commons.graph.algorithm.dataflow
DataFlowSolutions
- Class in
org.apache.commons.graph.algorithm.dataflow
DataFlowSolutions(DirectedGraph, DataFlowEquations)
- Constructor for class org.apache.commons.graph.algorithm.dataflow.
DataFlowSolutions
ddg
- Variable in class org.apache.commons.graph.algorithm.spanning.
MinimumSpanningForest
DDirectedGraph
- Class in
org.apache.commons.graph.decorator
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
decoratedGraphs
- Static variable in class org.apache.commons.graph.decorator.
DDirectedGraph
decorateGraph(DirectedGraph)
- Static method in class org.apache.commons.graph.decorator.
DDirectedGraph
Description of the Method
defaultLength
- Variable in class org.apache.commons.graph.visualize.
TouchGraph
dep
- Variable in class org.apache.commons.graph.domain.dependency.
Dependency
Dependency
- Class in
org.apache.commons.graph.domain.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 in
org.apache.commons.graph.domain.dependency
Description of the Class
DependencyGraph()
- Constructor for class org.apache.commons.graph.domain.dependency.
DependencyGraph
Constructor for the DependencyGraph object
DependencyVertex
- Class in
org.apache.commons.graph.domain.dependency
Description of the Class
DependencyVertex(Object)
- Constructor for class org.apache.commons.graph.domain.dependency.
DependencyVertex
Constructor for the DependencyVertex object
DependencyVisitor
- Class in
org.apache.commons.graph.domain.dependency
Description of the Class
DependencyVisitor()
- Constructor for class org.apache.commons.graph.domain.dependency.
DependencyVisitor
Constructor for the DependencyVisitor object
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
- Class in
org.apache.commons.graph.algorithm.search
Description of the Class
DFS()
- Constructor for class org.apache.commons.graph.algorithm.search.
DFS
Constructor for the DFS object
dfs
- Variable in class org.apache.commons.graph.contract.
AcyclicContract.CycleDetector
dfs
- Variable in class org.apache.commons.graph.domain.dependency.
DependencyVisitor
DFS
- Class in
org.apache.commons.graph.search
Description of the Class
DFS()
- Constructor for class org.apache.commons.graph.search.
DFS
Constructor for the DFS object
DirectedGraph
- Interface in
org.apache.commons.graph
Description of the Interface
DirectedGraphImpl
- Class in
org.apache.commons.graph.domain.basic
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 in
org.apache.commons.graph.domain.basic
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
disconnect(Edge, Vertex)
- Method in class org.apache.commons.graph.domain.basic.
UndirectedGraphImpl
disconnect(Edge, Vertex)
- Method in interface org.apache.commons.graph.
MutableGraph
Description of the Method
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
e
- Variable in class org.apache.commons.graph.algorithm.search.
CostSearch.ComparableEdge
e
- Variable in class org.apache.commons.graph.search.
CostSearch.ComparableEdge
Edge
- Interface in
org.apache.commons.graph
Description of the Interface
edgeColor
- Variable in class org.apache.commons.graph.visualize.
TouchGraph
edgeList
- Variable in class org.apache.commons.graph.algorithm.util.
PathImpl
edges
- Variable in class org.apache.commons.graph.domain.basic.
DirectedGraphImpl
edges
- Variable in class org.apache.commons.graph.domain.basic.
UndirectedGraphImpl
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
EPSILON
- Static variable in class org.apache.commons.graph.domain.statemachine.
Transition
Description of the Field
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
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 exception 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 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
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.
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
getEnd()
- Method in interface org.apache.commons.graph.
Path
Returns the end of the path.
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 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
getName()
- Method in interface org.apache.commons.graph.
Named
Gets the name attribute of the Named 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 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
getStart()
- Method in interface org.apache.commons.graph.
Path
Returns the start of the path.
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 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
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.
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
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
graph
- Variable in class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath.EdgeList
graph
- Variable in class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath
graph
- Variable in class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath.WPath
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
Graph
- Interface in
org.apache.commons.graph
Description of the Interface
GraphException
- Exception in
org.apache.commons.graph.exception
GraphException()
- Constructor for exception org.apache.commons.graph.exception.
GraphException
Constructor for the GraphException object
GraphException(String)
- Constructor for exception org.apache.commons.graph.exception.
GraphException
Constructor for the GraphException object
GraphException(Throwable)
- Constructor for exception org.apache.commons.graph.exception.
GraphException
Constructor for the GraphException object
GraphFactory
- Class in
org.apache.commons.graph.factory
Description of the Class
GraphFactory()
- Constructor for class org.apache.commons.graph.factory.
GraphFactory
Constructor for the GraphFactory object
GraphWrapper
- Class in
org.apache.commons.graph.domain.basic
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
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
guard
- Variable in class org.apache.commons.graph.domain.statemachine.
Transition
H
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
hashCode()
- Method in class org.apache.commons.graph.algorithm.util.
VertexPair
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.
head
- Variable in class org.apache.commons.graph.domain.dependency.
Dependency
highMark
- Variable in class org.apache.commons.graph.algorithm.path.
PathIterator
HyperGraphException
- Exception in
org.apache.commons.graph.exception
Description of the Class
HyperGraphException()
- Constructor for exception org.apache.commons.graph.exception.
HyperGraphException
Constructor for the HyperGraphException object
HyperGraphException(String)
- Constructor for exception org.apache.commons.graph.exception.
HyperGraphException
Constructor for the HyperGraphException object
HyperGraphException(Throwable)
- Constructor for exception org.apache.commons.graph.exception.
HyperGraphException
Constructor for the HyperGraphException object
I
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
ImportEdge
- Class in
org.apache.commons.graph.domain.jdepend
ImportEdge(JavaClass, JavaPackage)
- Constructor for class org.apache.commons.graph.domain.jdepend.
ImportEdge
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
inValues
- Variable in class org.apache.commons.graph.algorithm.dataflow.
DataFlowSolutions
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
j
- Variable in class org.apache.commons.graph.algorithm.util.
VertexPair
jdep
- Variable in class org.apache.commons.graph.domain.jdepend.
JDependGraph
JDependGraph
- Class in
org.apache.commons.graph.domain.jdepend
JDependGraph()
- Constructor for 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 in
org.apache.commons.graph.algorithm.util
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
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
- Class in
org.apache.commons.graph.algorithm.spanning
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()
- Method in class org.apache.commons.graph.decorator.
DDirectedGraph
MinimumSpanningForest.WeightedEdgeComparator
- Class in
org.apache.commons.graph.algorithm.spanning
MinimumSpanningForest.WeightedEdgeComparator(WeightedGraph)
- Constructor for class org.apache.commons.graph.algorithm.spanning.
MinimumSpanningForest.WeightedEdgeComparator
MutableDirectedGraph
- Interface in
org.apache.commons.graph
Description of the Interface
MutableGraph
- Interface in
org.apache.commons.graph
Description of the Interface
N
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
Named
- Interface in
org.apache.commons.graph
Description of the Interface
NegativeCycleException
- Exception in
org.apache.commons.graph.exception
Description of the Class
NegativeCycleException()
- Constructor for exception org.apache.commons.graph.exception.
NegativeCycleException
Constructor for the NegativeCycleException object
NegativeCycleException(String)
- Constructor for exception org.apache.commons.graph.exception.
NegativeCycleException
Constructor for the NegativeCycleException object
NegativeCycleException(Throwable)
- Constructor for exception org.apache.commons.graph.exception.
NegativeCycleException
Constructor for the NegativeCycleException object
next()
- Method in class org.apache.commons.graph.algorithm.path.
PathIterator
NoPathException
- Exception in
org.apache.commons.graph.exception
Description of the Class
NoPathException()
- Constructor for exception org.apache.commons.graph.exception.
NoPathException
Constructor for the NoPathException object
NoPathException(String)
- Constructor for exception org.apache.commons.graph.exception.
NoPathException
Constructor for the NoPathException object
NoPathException(Throwable)
- Constructor for exception org.apache.commons.graph.exception.
NoPathException
Constructor for the NoPathException object
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
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
outbound
- Variable in class org.apache.commons.graph.domain.basic.
DirectedGraphImpl
output
- Variable in class org.apache.commons.graph.domain.statemachine.
Transition
outValues
- Variable in class org.apache.commons.graph.algorithm.dataflow.
DataFlowSolutions
OwnershipEdge
- Class in
org.apache.commons.graph.domain.jdepend
OwnershipEdge(JavaPackage, JavaClass)
- Constructor for class org.apache.commons.graph.domain.jdepend.
OwnershipEdge
P
PackageVertex
- Class in
org.apache.commons.graph.domain.jdepend
PackageVertex(JavaPackage)
- Constructor for class org.apache.commons.graph.domain.jdepend.
PackageVertex
Path
- Interface in
org.apache.commons.graph
Description of the Interface
PathImpl
- Class in
org.apache.commons.graph.algorithm.util
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 in
org.apache.commons.graph.algorithm.path
PathIterator()
- Constructor for class org.apache.commons.graph.algorithm.path.
PathIterator
PathListener
- Interface in
org.apache.commons.graph.algorithm.path
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 exception org.apache.commons.graph.exception.
GraphException
printStackTrace(PrintStream)
- Method in exception org.apache.commons.graph.exception.
GraphException
printStackTrace(PrintWriter)
- Method in exception 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 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
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
removeEdgeI(Edge)
- Method in class org.apache.commons.graph.domain.basic.
DirectedGraphImpl
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
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
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
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 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
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.
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
State
- Class in
org.apache.commons.graph.domain.statemachine
Description of the Class
State(String)
- Constructor for class org.apache.commons.graph.domain.statemachine.
State
Constructor for the State object
StateMachine
- Class in
org.apache.commons.graph.domain.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 in
org.apache.commons.graph.domain.statemachine.exception
Description of the Class
StateMachineException()
- Constructor for exception org.apache.commons.graph.domain.statemachine.exception.
StateMachineException
Constructor for the StateMachineException object
StateMachineException(String)
- Constructor for exception org.apache.commons.graph.domain.statemachine.exception.
StateMachineException
Constructor for the StateMachineException object
StateMachineException(Throwable)
- Constructor for exception org.apache.commons.graph.domain.statemachine.exception.
StateMachineException
Constructor for the StateMachineException object
states
- Variable in class org.apache.commons.graph.domain.statemachine.
StateMachine
subMachine
- Variable in class org.apache.commons.graph.domain.statemachine.
State
T
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
TouchGraph
- Class in
org.apache.commons.graph.visualize
Description of the Class
TouchGraph()
- Constructor for class org.apache.commons.graph.visualize.
TouchGraph
Constructor for the TouchGraph object
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
Transition
- Class in
org.apache.commons.graph.domain.statemachine
Description of the Class
Transition(String, State, State)
- Constructor for class org.apache.commons.graph.domain.statemachine.
Transition
Constructor for the Transition object
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 in
org.apache.commons.graph
Description of the Interface
UndirectedGraphImpl
- Class in
org.apache.commons.graph.domain.basic
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
v
- Variable in class org.apache.commons.graph.algorithm.search.
CostSearch.ComparableVertex
v
- Variable in class org.apache.commons.graph.search.
CostSearch.ComparableVertex
value
- Variable in class org.apache.commons.graph.domain.dependency.
DependencyVertex
vArray
- Variable in class org.apache.commons.graph.algorithm.path.
AllPairsShortestPath
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
Vertex
- Interface in
org.apache.commons.graph
Description of the Interface
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
VertexPair
- Class in
org.apache.commons.graph.algorithm.util
VertexPair(Vertex, Vertex)
- Constructor for class org.apache.commons.graph.algorithm.util.
VertexPair
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
Visitor
- Interface in
org.apache.commons.graph.algorithm.search
Description of the Interface
visitor
- Variable in class org.apache.commons.graph.domain.dependency.
DependencyGraph
Visitor
- Interface in
org.apache.commons.graph.search
Description of the Interface
VisitorAdapter
- Class in
org.apache.commons.graph.algorithm.search
VisitorAdapter()
- Constructor for class org.apache.commons.graph.algorithm.search.
VisitorAdapter
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
W
weighted
- Variable in class org.apache.commons.graph.decorator.
DDirectedGraph
WeightedEdge
- Interface in
org.apache.commons.graph
Description of the Interface
WeightedGraph
- Interface in
org.apache.commons.graph
Description of the Interface
WeightedGraphWrapper
- Class in
org.apache.commons.graph.domain.basic
Description of the Class
WeightedGraphWrapper(Graph)
- Constructor for class org.apache.commons.graph.domain.basic.
WeightedGraphWrapper
Constructor for the WeightedGraphWrapper object
WeightedPath
- Interface in
org.apache.commons.graph
Description of the Interface
weights
- Variable in class org.apache.commons.graph.decorator.
DDirectedGraph
weights
- Variable in class org.apache.commons.graph.domain.basic.
WeightedGraphWrapper
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
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
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes