-
getEdgesIn(T) - Method in class de
.topobyte
.adt
.graph
.
Graph
-
Get all incoming edges (the nodes that can be reached via these edges).
-
getEdgesOut(T) - Method in class de
.topobyte
.adt
.graph
.
Graph
-
Get all outgoing edges (the nodes that can be reached via these edges).
-
getEnumeration() - Method in class de
.topobyte
.adt
.graph
.util
.
BreadthFirstEnumerationBuilder
-
-
getEnumeration() - Method in interface de
.topobyte
.adt
.graph
.util
.
EnumerationBuilder
-
Get the enumeration previously build without any computation overhead.
-
getEnumeration() - Method in class de
.topobyte
.adt
.graph
.util
.
SimpleEnumerationBuilder
-
-
getEnumeration() - Method in class de
.topobyte
.adt
.graph
.util
.
TopologicalEnumerationBuilder
-
-
getNodes() - Method in class de
.topobyte
.adt
.graph
.
Graph
-
Return the nodes of this graph.
-
getPartition() - Method in class de
.topobyte
.adt
.graph
.
Graph
-
Get a partition of the graph.
-
getReachable(T) - Method in class de
.topobyte
.adt
.graph
.
Graph
-
Find all nodes reachable in the graph starting from the specified node.
-
Graph
<
T> - Class in
de.topobyte.adt.graph
-
A class to represent an unweighted directed graph.
-
Graph() - Constructor for class de
.topobyte
.adt
.graph
.
Graph
-