public interface DistanceRepository
| Modifier and Type | Method and Description |
|---|---|
long |
getDistance(Location from,
Location to) |
void |
saveDistance(Location from,
Location to,
long distance) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.