@Value.Immutable
public static interface RoutesAsGraph.RouteAndVertex
| Modifier and Type | Method and Description |
|---|---|
NamedType<?> |
end() |
static RoutesAsGraph.RouteAndVertex |
of(NamedType<?> start,
Route<?> route,
NamedType<?> end) |
Route<?> |
route() |
NamedType<?> |
start() |
Copyright © 2017. All rights reserved.