Interface DistanceRepository
-
- All Known Implementing Classes:
DistanceRepositoryImpl
public interface DistanceRepositoryStores distances between locations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteAll()voiddeleteDistances(Location location)longgetDistance(Location from, Location to)voidsaveDistance(Location from, Location to, long distance)
-