| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat.instruction |
| Modifier and Type | Method and Description |
|---|---|
static Landmark |
Landmark.createMinimal(Constants.Preposition preposition,
Location<?> location) |
Landmark |
Landmark.setAdditionalInfo(Map<String,Object> additionalInfo) |
Landmark |
Landmark.setDirection(Constants.RelativeDirection direction) |
Landmark |
Landmark.setLocation(Location<?> location) |
Landmark |
Landmark.setPreposition(Constants.Preposition preposition) |
Landmark |
Landmark.shallowCopy() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Landmark> |
RoadInstruction.getConfirmationLandmark() |
Optional<Landmark> |
RoundaboutInstruction.getConfirmationLandmark() |
Optional<Landmark> |
AreaInstruction.getExitLandmark() |
Optional<Landmark> |
RoadCrossingInstruction.getLandmark() |
Optional<Landmark> |
ModeChangeInstruction.getLandmark() |
Optional<Landmark> |
RoadInstruction.getLandmark() |
Optional<Landmark> |
RoundaboutInstruction.getLandmark() |
| Modifier and Type | Method and Description |
|---|---|
RoadInstruction |
RoadInstruction.setConfirmationLandmark(Landmark confirmationLandmark) |
RoundaboutInstruction |
RoundaboutInstruction.setConfirmationLandmark(Landmark confirmationLandmark) |
AreaInstruction |
AreaInstruction.setExitLandmark(Landmark exitLandmark) |
RoadCrossingInstruction |
RoadCrossingInstruction.setLandmark(Landmark landmark) |
ModeChangeInstruction |
ModeChangeInstruction.setLandmark(Landmark landmark) |
RoadInstruction |
RoadInstruction.setLandmark(Landmark landmark) |
RoundaboutInstruction |
RoundaboutInstruction.setLandmark(Landmark landmark) |
Copyright © 2018. All rights reserved.