Interface LoadInfoIfc
-
public interface LoadInfoIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getCube()
CoordinateIfc
getDestination()
double
getLoadingTime()
CoordinateIfc
getOrigin()
double
getUnloadingTime()
double
getWeight()
-
-
-
Method Detail
-
getOrigin
CoordinateIfc getOrigin()
-
getDestination
CoordinateIfc getDestination()
-
getWeight
double getWeight()
-
getCube
double getCube()
-
getLoadingTime
double getLoadingTime()
-
getUnloadingTime
double getUnloadingTime()
-
-