- getInitialNode() - Method in class net.automatalib.algorithms.graph.sssp.DijkstraSSSP
-
- getInitialNode() - Method in interface net.automatalib.algorithms.graph.sssp.SSSPResult
-
Retrieves the node the source was started from.
- getSCCList() - Method in class net.automatalib.algorithms.graph.scc.SCCCollector
-
- getShortestPath(N, N) - Method in interface net.automatalib.algorithms.graph.apsp.APSPResult
-
Retrieves the shortest path between the given nodes, or null if there
exists no such path.
- getShortestPath(N, N) - Method in class net.automatalib.algorithms.graph.apsp.FloydWarshallAPSP
-
- getShortestPath(N) - Method in class net.automatalib.algorithms.graph.sssp.DijkstraSSSP
-
- getShortestPath(N) - Method in interface net.automatalib.algorithms.graph.sssp.SSSPResult
-
Retrieves the shortest path from the initial node to the given one (as a sequence of edges),
or null if there exists no such path.
- getShortestPathDistance(N, N) - Method in interface net.automatalib.algorithms.graph.apsp.APSPResult
-
Retrieves the length of the shortest path between the given nodes.
- getShortestPathDistance(N, N) - Method in class net.automatalib.algorithms.graph.apsp.FloydWarshallAPSP
-
- getShortestPathDistance(N) - Method in class net.automatalib.algorithms.graph.sssp.DijkstraSSSP
-
- getShortestPathDistance(N) - Method in interface net.automatalib.algorithms.graph.sssp.SSSPResult
-
Retrieves the length of the shortest path from the initial node
to the given one.
- getShortestPathEdge(N) - Method in class net.automatalib.algorithms.graph.sssp.DijkstraSSSP
-
- getShortestPathEdge(N) - Method in interface net.automatalib.algorithms.graph.sssp.SSSPResult
-
Retrieves the incoming edge via which the given node is reached on the shortest path.
- GraphAlgorithms - Class in net.automatalib.algorithms.graph
-
Convenience entry points and helper methods for various graph algorithms.
- GraphAlgorithms() - Constructor for class net.automatalib.algorithms.graph.GraphAlgorithms
-