| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableRouteAndVertex
Immutable implementation of
RoutesAsGraph.RouteAndVertex. |
| Modifier and Type | Method and Description |
|---|---|
static RoutesAsGraph.RouteAndVertex |
RoutesAsGraph.RouteAndVertex.of(NamedType<?> start,
Route<?> route,
NamedType<?> end) |
| Modifier and Type | Method and Description |
|---|---|
static org.jgrapht.graph.UnmodifiableDirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> |
RoutesAsGraph.asGraph(Set<? extends Route<?>> all) |
static org.jgrapht.graph.UnmodifiableDirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> |
RoutesAsGraph.asGraphIncludingStartAndEnd(Set<? extends Route<?>> all) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableRouteAndVertex |
ImmutableRouteAndVertex.copyOf(RoutesAsGraph.RouteAndVertex instance)
Creates an immutable copy of a
RoutesAsGraph.RouteAndVertex value. |
ImmutableRouteAndVertex.Builder |
ImmutableRouteAndVertex.Builder.from(RoutesAsGraph.RouteAndVertex instance)
Fill a builder with attribute values from the provided
RouteAndVertex instance. |
| Modifier and Type | Method and Description |
|---|---|
static String |
RoutesAsGraph.routeGraphAsDot(String label,
org.jgrapht.DirectedGraph<NamedType<?>,RoutesAsGraph.RouteAndVertex> graph) |
Copyright © 2017. All rights reserved.