| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.instruction |
| Modifier and Type | Method and Description |
|---|---|
static Constants.CompassDirection |
Constants.CompassDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.CompassDirection[] |
Constants.CompassDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Constants.CompassDirection> |
RoadInstruction.getCompassDirection() |
Optional<Constants.CompassDirection> |
RoundaboutInstruction.getCompassDirection() |
| Modifier and Type | Method and Description |
|---|---|
RoadInstruction |
RoadInstruction.setCompassDirection(Constants.CompassDirection compassDirection) |
RoundaboutInstruction |
RoundaboutInstruction.setCompassDirection(Constants.CompassDirection compassDirection) |
Copyright © 2018. All rights reserved.