| Package | Description |
|---|---|
| at.ac.ait.ariadne.routeformat | |
| at.ac.ait.ariadne.routeformat.location |
| Modifier and Type | Method and Description |
|---|---|
Optional<Address> |
Operator.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operator.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
static Address |
Address.create(String streetName,
String houseNumber) |
Address |
Address.setAdditionalInfo(Map<String,Object> additionalInfo) |
Address |
Address.setCity(String city) |
Address |
Address.setCountry(String country) |
Address |
Address.setHouseNumber(String houseNumber) |
Address |
Address.setPostCode(String postCode) |
Address |
Address.setStreetName(String streetName) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Address> |
Location.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
T |
Location.setAddress(Address address) |
Copyright © 2018. All rights reserved.