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