OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Interface
org.optaplanner.core.impl.domain.variable.supply.Supply

Packages that use Supply
org.optaplanner.core.impl.domain.variable.anchor   
org.optaplanner.core.impl.domain.variable.inverserelation   
org.optaplanner.core.impl.domain.variable.listener   
org.optaplanner.core.impl.domain.variable.supply   
org.optaplanner.examples.examination.domain.solver   
org.optaplanner.examples.projectjobscheduling.domain.solver   
org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver   
 

Uses of Supply in org.optaplanner.core.impl.domain.variable.anchor
 

Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.anchor
 interface AnchorVariableSupply
          Only supported for chained variables.
 

Classes in org.optaplanner.core.impl.domain.variable.anchor that implement Supply
 class AnchorVariableListener
           
 class ExternalizedAnchorVariableSupply
          Alternative to AnchorVariableListener.
 

Uses of Supply in org.optaplanner.core.impl.domain.variable.inverserelation
 

Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.inverserelation
 interface SingletonInverseVariableSupply
          Currently only supported for chained variables, which guarantee that no 2 entities use the same planningValue.
 

Classes in org.optaplanner.core.impl.domain.variable.inverserelation that implement Supply
 class ExternalizedSingletonInverseVariableSupply
          Alternative to SingletonInverseVariableListener.
 class SingletonInverseVariableListener
           
 

Uses of Supply in org.optaplanner.core.impl.domain.variable.listener
 

Subinterfaces of Supply in org.optaplanner.core.impl.domain.variable.listener
 interface StatefulVariableListener<EntityG>
          A stateful VariableListener, often used to externalize data for a supply from the domain model itself.
 interface VariableListener<EntityG>
          Changes shadow variables when a genuine planning variable changes.
 

Fields in org.optaplanner.core.impl.domain.variable.listener with type parameters of type Supply
protected  Map<Demand,Supply> VariableListenerSupport.supplyMap
           
 

Methods in org.optaplanner.core.impl.domain.variable.listener with type parameters of type Supply
<S extends Supply>
S
VariableListenerSupport.demand(Demand<S> demand)
           
 

Uses of Supply in org.optaplanner.core.impl.domain.variable.supply
 

Classes in org.optaplanner.core.impl.domain.variable.supply with type parameters of type Supply
 interface Demand<S extends Supply>
          A subsystem submits a demand for a Supply.
 

Methods in org.optaplanner.core.impl.domain.variable.supply with type parameters of type Supply
<S extends Supply>
S
SupplyManager.demand(Demand<S> demand)
          Returns the Supply for a Demand, preferably an existing one.
 

Uses of Supply in org.optaplanner.examples.examination.domain.solver
 

Classes in org.optaplanner.examples.examination.domain.solver that implement Supply
 class PeriodUpdatingVariableListener
           
 

Uses of Supply in org.optaplanner.examples.projectjobscheduling.domain.solver
 

Classes in org.optaplanner.examples.projectjobscheduling.domain.solver that implement Supply
 class PredecessorsDoneDateUpdatingVariableListener
           
 

Uses of Supply in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver
 

Classes in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver that implement Supply
 class ArrivalTimeUpdatingVariableListener
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.