Interface ITimedLoad
- All Known Implementing Classes:
TimedLoad
The Interface ITimedLoad extends
ILoad
. The goods of a timed load desirably only stays a
limited time within a IResourceDepot
. If the time between pickup and delivery of timed
load is longer that a predefined maximal value, the Optimizer will assign penalty cost.- Since:
- Jul 30, 2020
- Version:
- Jul 30, 2020
- Author:
- jrich
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the maximal desired time for transportation in millis.Methods inherited from interface com.dna.jopt.member.unit.pnd.load.ILoad
copy, getAdjustedLoadValue, getLoadValue, getPriority, isFlexible, isFuzzyVisit, isRequest, isTimed, merge, setLoad, visited
Methods inherited from interface com.dna.jopt.member.unit.pnd.IPNDItem
getId, getSearchIndex, setSearchIndex, typeName
-
Method Details
-
getMaxTransportTimeMillis
long getMaxTransportTimeMillis()Gets the maximal desired time for transportation in millis.- Returns:
- the max transport time millis
-