Interface DistanceMatrix
-
- All Known Implementing Classes:
DistanceMatrixImpl
public interface DistanceMatrixHolds distances between every pair of locations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistanceMatrixRowaddLocation(Location location)voidclear()voidremoveLocation(Location location)
-
-
-
Method Detail
-
addLocation
DistanceMatrixRow addLocation(Location location)
-
removeLocation
void removeLocation(Location location)
-
clear
void clear()
-
-