Uses of Interface
com.dna.jopt.member.unit.pnd.capacity.ILoadCapacity
Packages that use ILoadCapacity
Package
Description
-
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.capacity
Classes in com.dna.jopt.member.unit.pnd.capacity that implement ILoadCapacityMethods in com.dna.jopt.member.unit.pnd.capacity that return types with arguments of type ILoadCapacityModifier and TypeMethodDescriptionILoadCapacity.merge(ILoadCapacity itemTwo) Merge two capacities.Methods in com.dna.jopt.member.unit.pnd.capacity with parameters of type ILoadCapacityModifier and TypeMethodDescriptionILoadCapacity.merge(ILoadCapacity itemTwo) Merge two capacities. -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.capacity.degrading
Classes in com.dna.jopt.member.unit.pnd.capacity.degrading that implement ILoadCapacityMethods in com.dna.jopt.member.unit.pnd.capacity.degrading that return types with arguments of type ILoadCapacityMethods in com.dna.jopt.member.unit.pnd.capacity.degrading with parameters of type ILoadCapacity -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.capacity.simple
Classes in com.dna.jopt.member.unit.pnd.capacity.simple that implement ILoadCapacityMethods in com.dna.jopt.member.unit.pnd.capacity.simple that return types with arguments of type ILoadCapacityMethods in com.dna.jopt.member.unit.pnd.capacity.simple with parameters of type ILoadCapacity -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.depot.resource
Methods in com.dna.jopt.member.unit.pnd.depot.resource that return types with arguments of type ILoadCapacityModifier and TypeMethodDescriptionGets the.IResourceDepot.getItems()Gets the items.AbstractResourceDepot.getLoadCapacityBySearchIndex(int index) IResourceDepot.getLoadCapacityBySearchIndex(int index) Gets the load capacity by search index.AbstractResourceDepot.mergeItem(ILoadCapacity itemOne, ILoadCapacity itemTwo) Methods in com.dna.jopt.member.unit.pnd.depot.resource with parameters of type ILoadCapacityModifier and TypeMethodDescriptionbooleanIResourceDepot.add(ILoadCapacity load) Adds the.AbstractResourceDepot.mergeItem(ILoadCapacity itemOne, ILoadCapacity itemTwo) booleanIResourceDepot.remove(ILoadCapacity item) Removes the.Method parameters in com.dna.jopt.member.unit.pnd.depot.resource with type arguments of type ILoadCapacityModifier and TypeMethodDescriptionvoidIResourceDepot.add(List<ILoadCapacity> loads) Adds the.voidAbstractResourceDepot.addAndUpdate(List<ILoadCapacity> loadCapacities, int arraySize) voidIResourceDepot.addAndUpdate(List<ILoadCapacity> loadCapacities, int arraySize) Adds the and update.IResourceDepot.createWith(List<ILoadCapacity> loads) Creates the with. -
Uses of ILoadCapacity 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 ILoadCapacityMethod parameters in com.dna.jopt.member.unit.pnd.depot.resource.simple with type arguments of type ILoadCapacityModifier and TypeMethodDescriptionSimpleResourceDepot.createWith(List<ILoadCapacity> loadCapacities) -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.load
Methods in com.dna.jopt.member.unit.pnd.load with parameters of type ILoadCapacityModifier and TypeMethodDescriptiondoubleILoad.getAdjustedLoadValue(ILoadCapacity simpleLoadCapacity) Gets the adjusted load value.ILoad.visited(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) After aILoadCapacityvisited 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 ILoadCapacity in com.dna.jopt.member.unit.pnd.load.flexload
Methods in com.dna.jopt.member.unit.pnd.load.flexload with parameters of type ILoadCapacityModifier and TypeMethodDescriptiondoubleMixedFlexLoad.getAdjustedLoadValue(ILoadCapacity simpleLoadCapacity) 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) -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.load.simple
Methods in com.dna.jopt.member.unit.pnd.load.simple with parameters of type ILoadCapacityModifier and TypeMethodDescriptiondoubleSimpleLoad.getAdjustedLoadValue(ILoadCapacity simpleLoadCapacity) SimpleLoad.visited(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.load.timed
Methods in com.dna.jopt.member.unit.pnd.load.timed with parameters of type ILoadCapacityModifier and TypeMethodDescriptiondoubleTimedLoad.getAdjustedLoadValue(ILoadCapacity simpleLoadCapacity) TimedLoad.visited(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.load.unload
Methods in com.dna.jopt.member.unit.pnd.load.unload with parameters of type ILoadCapacityModifier and TypeMethodDescriptiondoubleUnloadAllLoad.getAdjustedLoadValue(ILoadCapacity simpleLoadCapacity) UnloadAllLoad.visited(ILoadCapacity cap, double acceptedLoadValue, long resourceArrivalTime) -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.loadexchange
Methods in com.dna.jopt.member.unit.pnd.loadexchange that return ILoadCapacityConstructors in com.dna.jopt.member.unit.pnd.loadexchange with parameters of type ILoadCapacityModifierConstructorDescriptionVisitLoadCapacityExchangeHelper(ILoad load, ILoadCapacity cap, double deltaUnderload, double deltaOverload, double deltaTotalMatchedOverLoad, long deltaTransportMaxTimeMillis, List<VisitLoadCapacityExchangeHelper.ExchangeCode> codes) -
Uses of ILoadCapacity in com.dna.jopt.member.unit.pnd.util
Methods in com.dna.jopt.member.unit.pnd.util with parameters of type ILoadCapacityModifier and TypeMethodDescriptionstatic StringPNDUtil.defaultCapacityLoadToStringTransform(ILoadCapacity loadCap)