| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestModeOfTransport<T extends RequestModeOfTransport<T>>
Encapsulates a
ModeOfTransport and attributes exclusive to this mode
of transport. |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestPTModeOfTransport
Similar to a
RequestModeOfTransport but only for public transport. |
| Modifier and Type | Method and Description |
|---|---|
static RequestModeOfTransport<?> |
RequestModeOfTransport.createMinimal(ModeOfTransport modeOfTransport) |
| Modifier and Type | Method and Description |
|---|---|
Optional<RequestModeOfTransport<?>> |
RoutingRequest.getEndModeOfTransport()
One of the modes of transport in
RoutingRequest.getModesOfTransport(), which
the route must end with. |
List<RequestModeOfTransport<?>> |
RoutingRequest.getModesOfTransport()
One or more modes of transport and their options that will be / were used
for routing.
|
Optional<RequestModeOfTransport<?>> |
RoutingRequest.getStartModeOfTransport()
One of the modes of transport in
RoutingRequest.getModesOfTransport(), which
the route must start with. |
| Modifier and Type | Method and Description |
|---|---|
RoutingRequest |
RoutingRequest.setEndModeOfTransport(RequestModeOfTransport<?> endModeOfTransport) |
RoutingRequest |
RoutingRequest.setStartModeOfTransport(RequestModeOfTransport<?> startModeOfTransport) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingRequest |
RoutingRequest.createMinimal(Location<?> from,
Location<?> to,
List<RequestModeOfTransport<?>> modesOfTransport)
Creates a
RoutingRequest with default departure time and default
optimized for. |
RoutingRequest |
RoutingRequest.setModesOfTransport(List<RequestModeOfTransport<?>> modesOfTransport)
Sets modes of transport.
|
Copyright © 2018. All rights reserved.