Uses of Interface
com.dna.jopt.member.unit.pnd.load.ILoad
Package
Description
-
Uses of ILoad in com.dna.jopt.member.unit.pnd.capacity
Modifier and TypeMethodDescriptionILoadCapacity.visit
(ILoad load, IResourceDepot orgResourceDepot, double totalMatchedLeftCapacity, ILogicEntityRoute route, long resourceArrivalTime) The capacity is "visiting" a load. -
Uses of ILoad in com.dna.jopt.member.unit.pnd.capacity.degrading
Modifier and TypeMethodDescriptionDegradingLoadCapacity.visit
(ILoad load, IResourceDepot orgResourceDepot, double totalMatchedLeftCapacity, ILogicEntityRoute route, long resourceArrivalTime) -
Uses of ILoad in com.dna.jopt.member.unit.pnd.capacity.simple
Modifier and TypeMethodDescriptionSimpleLoadCapacity.visit
(ILoad load, IResourceDepot orgResourceDepot, double totalMatchedLeftCapacity, ILogicEntityRoute route, long resourceArrivalTime) -
Uses of ILoad in com.dna.jopt.member.unit.pnd.depot.node
Modifier and TypeMethodDescriptionINodeDepot.getItems()
AbstractNodeDepot.replaceWithCopy
(String loadId) INodeDepot.replaceWithCopy
(String loadId) Modifier and TypeMethodDescriptionboolean
void
boolean
Modifier and TypeMethodDescriptionvoid
AbstractNodeDepot.createWith
(List<ILoad> loads) INodeDepot.createWith
(List<ILoad> loads) void
-
Uses of ILoad in com.dna.jopt.member.unit.pnd.depot.resource.simple
-
Uses of ILoad in com.dna.jopt.member.unit.pnd.load
Modifier and TypeMethodDescriptionILoad.copy()
Copies the load into a new Object.ILoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) After aILoadCapacity
visited a load, the load gets the information, what load value was accepted by the capacity and when the capcity arrived at the load. -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.flexload
Modifier and TypeClassDescriptionclass
The Class RestockLoad.class
class
class
Modifier and TypeMethodDescriptionMixedFlexLoad.copy()
RequestFlexLoad.copy()
SupplyFlexLoad.copy()
TimedSupplyFlexLoad.copy()
MixedFlexLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) RequestFlexLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) SupplyFlexLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) TimedSupplyFlexLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) Modifier and TypeMethodDescription -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.simple
Modifier and TypeMethodDescriptionSimpleLoad.copy()
SimpleLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.timed
Modifier and TypeMethodDescriptionTimedLoad.copy()
TimedLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.unload
Modifier and TypeMethodDescriptionUnloadAllLoad.copy()
UnloadAllLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) -
Uses of ILoad in com.dna.jopt.member.unit.pnd.loadexchange
ModifierConstructorDescriptionVisitLoadCapacityExchangeHelper
(ILoad load, ILoadCapacity cap, double deltaUnderload, double deltaOverload, double deltaTotalMatchedOverLoad, long deltaTransportMaxTimeMillis, List<VisitLoadCapacityExchangeHelper.ExchangeCode> codes) -
Uses of ILoad in com.dna.jopt.member.unit.pnd.util
Modifier and TypeMethodDescriptionstatic String
PNDUtil.defaultLoadToStringTransform
(ILoad load) static String
PNDUtil.defaultLoadToStringTransform
(ILoad load, String extraData) static String
PNDUtil.defaultUnloadAllLoadToStringTransform
(ILoad load)