public abstract class RoutesAsGraph extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoutesAsGraph.RouteAndVertex |
| Constructor and Description |
|---|
RoutesAsGraph() |
| Modifier and Type | Method and Description |
|---|---|
static org.jgrapht.graph.UnmodifiableDirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> |
asGraph(Set<? extends Route<?>> all) |
static org.jgrapht.graph.UnmodifiableDirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> |
asGraphIncludingStartAndEnd(Set<? extends Route<?>> all) |
static String |
routeGraphAsDot(String label,
org.jgrapht.DirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> graph) |
public static org.jgrapht.graph.UnmodifiableDirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> asGraph(Set<? extends Route<?>> all)
public static org.jgrapht.graph.UnmodifiableDirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> asGraphIncludingStartAndEnd(Set<? extends Route<?>> all)
public static String routeGraphAsDot(String label, org.jgrapht.DirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> graph)
Copyright © 2017. All rights reserved.