| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.instruction |
| Modifier and Type | Method and Description |
|---|---|
static Constants.RoadCrossing |
Constants.RoadCrossing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RoadCrossing[] |
Constants.RoadCrossing.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.RoadCrossing> |
RoadInstruction.getCrossing() |
Optional<Constants.RoadCrossing> |
RoadCrossingInstruction.getRoadCrossing() |
| Modifier and Type | Method and Description |
|---|---|
RoadInstruction |
RoadInstruction.setCrossing(Constants.RoadCrossing crossing) |
RoadCrossingInstruction |
RoadCrossingInstruction.setRoadCrossing(Constants.RoadCrossing roadCrossing) |
Copyright © 2018. All rights reserved.