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