Uses of Interface
com.dna.jopt.member.unit.pnd.load.ILoad
Packages that use ILoad
Package
Description
-
Uses of ILoad in com.dna.jopt.member.unit.pnd.capacity
Methods in com.dna.jopt.member.unit.pnd.capacity with parameters of type ILoadModifier 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
Methods in com.dna.jopt.member.unit.pnd.capacity.degrading with parameters of type ILoadModifier 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
Methods in com.dna.jopt.member.unit.pnd.capacity.simple with parameters of type ILoadModifier 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
Methods in com.dna.jopt.member.unit.pnd.depot.node that return types with arguments of type ILoadModifier and TypeMethodDescriptionINodeDepot.getItems()
AbstractNodeDepot.replaceWithCopy
(String loadId) INodeDepot.replaceWithCopy
(String loadId) Methods in com.dna.jopt.member.unit.pnd.depot.node with parameters of type ILoadModifier and TypeMethodDescriptionboolean
void
boolean
Method parameters in com.dna.jopt.member.unit.pnd.depot.node with type arguments of type ILoadModifier 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
Methods in com.dna.jopt.member.unit.pnd.depot.resource.simple with parameters of type ILoad -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load
Classes in com.dna.jopt.member.unit.pnd.load that implement ILoadMethods in com.dna.jopt.member.unit.pnd.load that return ILoadModifier 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.Methods in com.dna.jopt.member.unit.pnd.load that return types with arguments of type ILoadMethods in com.dna.jopt.member.unit.pnd.load with parameters of type ILoad -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.flexload
Classes in com.dna.jopt.member.unit.pnd.load.flexload that implement ILoadModifier and TypeClassDescriptionclass
The Class RestockLoad.class
class
class
Methods in com.dna.jopt.member.unit.pnd.load.flexload that return ILoadModifier 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) Methods in com.dna.jopt.member.unit.pnd.load.flexload that return types with arguments of type ILoadModifier and TypeMethodDescriptionMethods in com.dna.jopt.member.unit.pnd.load.flexload with parameters of type ILoad -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.simple
Classes in com.dna.jopt.member.unit.pnd.load.simple that implement ILoadMethods in com.dna.jopt.member.unit.pnd.load.simple that return ILoadModifier and TypeMethodDescriptionSimpleLoad.copy()
SimpleLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) Methods in com.dna.jopt.member.unit.pnd.load.simple that return types with arguments of type ILoadMethods in com.dna.jopt.member.unit.pnd.load.simple with parameters of type ILoad -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.timed
Subinterfaces of ILoad in com.dna.jopt.member.unit.pnd.load.timedClasses in com.dna.jopt.member.unit.pnd.load.timed that implement ILoadMethods in com.dna.jopt.member.unit.pnd.load.timed that return ILoadModifier and TypeMethodDescriptionTimedLoad.copy()
TimedLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) Methods in com.dna.jopt.member.unit.pnd.load.timed that return types with arguments of type ILoadMethods in com.dna.jopt.member.unit.pnd.load.timed with parameters of type ILoad -
Uses of ILoad in com.dna.jopt.member.unit.pnd.load.unload
Classes in com.dna.jopt.member.unit.pnd.load.unload that implement ILoadMethods in com.dna.jopt.member.unit.pnd.load.unload that return ILoadModifier and TypeMethodDescriptionUnloadAllLoad.copy()
UnloadAllLoad.visited
(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) Methods in com.dna.jopt.member.unit.pnd.load.unload that return types with arguments of type ILoadMethods in com.dna.jopt.member.unit.pnd.load.unload with parameters of type ILoad -
Uses of ILoad in com.dna.jopt.member.unit.pnd.loadexchange
Methods in com.dna.jopt.member.unit.pnd.loadexchange that return ILoadConstructors in com.dna.jopt.member.unit.pnd.loadexchange with parameters of type ILoadModifierConstructorDescriptionVisitLoadCapacityExchangeHelper
(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
Methods in com.dna.jopt.member.unit.pnd.util with parameters of type ILoadModifier and TypeMethodDescriptionstatic String
PNDUtil.defaultLoadToStringTransform
(ILoad load) static String
PNDUtil.defaultLoadToStringTransform
(ILoad load, String extraData) static String
PNDUtil.defaultUnloadAllLoadToStringTransform
(ILoad load)