Class DataSetLocation
- java.lang.Object
-
- org.optaweb.vehiclerouting.service.demo.dataset.DataSetLocation
-
class DataSetLocation extends Object
Data set location.
-
-
Constructor Summary
Constructors Constructor Description DataSetLocation(String label, double latitude, double longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Location label.doublegetLatitude()Latitude.doublegetLongitude()Longitude.voidsetLabel(String label)voidsetLatitude(double latitude)voidsetLongitude(double longitude)StringtoString()
-
-
-
Constructor Detail
-
DataSetLocation
DataSetLocation(String label, double latitude, double longitude)
-
-
Method Detail
-
getLabel
public String getLabel()
Location label.- Returns:
- label
-
setLabel
public void setLabel(String label)
-
getLatitude
public double getLatitude()
Latitude.- Returns:
- latitude
-
setLatitude
public void setLatitude(double latitude)
-
getLongitude
public double getLongitude()
Longitude.- Returns:
- longitude
-
setLongitude
public void setLongitude(double longitude)
-
-