|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ graph overview ] | PREV NEXT | ||||||||
Uses of Interface
org.objectstyle.ashwood.graph.DigraphIteration
| Uses of DigraphIteration in org.objectstyle.ashwood.graph |
| Subinterfaces of DigraphIteration in org.objectstyle.ashwood.graph | |
interface |
Digraph
|
| Classes in org.objectstyle.ashwood.graph that implement DigraphIteration | |
class |
DefaultDigraphIteration
|
class |
FilterIteration
|
class |
MapDigraph
|
class |
ReversedDigraph
|
class |
ReversedIteration
|
| Fields in org.objectstyle.ashwood.graph declared as DigraphIteration | |
private DigraphIteration |
StrongConnection.digraph
|
private DigraphIteration |
StrongConnection.reverseDigraph
|
private DigraphIteration |
StrongConnection.filteredDigraph
|
private DigraphIteration |
ReversedIteration.wrappedIteration
|
private DigraphIteration |
InOutBreadthFirstSearch.factory
|
private DigraphIteration |
FilterIteration.digraph
|
protected DigraphIteration |
DepthFirstSearch.factory
|
private DigraphIteration |
DefaultDigraphIteration.digraph
|
private DigraphIteration |
BreadthFirstSearch.factory
|
| Methods in org.objectstyle.ashwood.graph with parameters of type DigraphIteration | |
static boolean |
GraphUtils.isConnected(DigraphIteration digraph,
java.lang.Object firstVertex,
int order)
|
static boolean |
GraphUtils.isStronglyConnected(DigraphIteration digraph,
java.lang.Object firstVertex,
int order)
|
static Digraph |
GraphUtils.transform(Digraph result,
DigraphIteration source,
org.apache.commons.collections.Transformer vertexTransform,
org.apache.commons.collections.Transformer arcTransform)
|
static Digraph |
GraphUtils.merge(Digraph destination,
DigraphIteration graphToMerge)
|
static java.util.Map |
GraphUtils.computeLevels(java.util.Map vertexLevelMap,
DigraphIteration digraph,
java.lang.Object root,
boolean longest)
|
static java.util.Map |
GraphUtils.shiftLevelsDown(java.util.Map vertexLevelMap,
DigraphIteration digraph,
java.lang.Object root)
|
static java.util.List |
GraphUtils.findCycles(DigraphIteration graph)
|
|
|||||||||
| Home >> All >> org >> objectstyle >> ashwood >> [ graph overview ] | PREV NEXT | ||||||||