Class IndexVariableDemand<Solution_>
java.lang.Object
org.optaplanner.core.impl.domain.variable.supply.AbstractVariableDescriptorBasedDemand<Solution_,IndexVariableSupply>
 
org.optaplanner.core.impl.domain.variable.index.IndexVariableDemand<Solution_>
- All Implemented Interfaces:
 Demand<IndexVariableSupply>
public final class IndexVariableDemand<Solution_>
extends AbstractVariableDescriptorBasedDemand<Solution_,IndexVariableSupply> 
- 
Field Summary
Fields inherited from class org.optaplanner.core.impl.domain.variable.supply.AbstractVariableDescriptorBasedDemand
variableDescriptor - 
Constructor Summary
ConstructorsConstructorDescriptionIndexVariableDemand(ListVariableDescriptor<Solution_> sourceVariableDescriptor)  - 
Method Summary
Modifier and TypeMethodDescriptioncreateExternalizedSupply(SupplyManager supplyManager) Only called if the domain model doesn't already support the demand (through a shadow variable usually).Methods inherited from class org.optaplanner.core.impl.domain.variable.supply.AbstractVariableDescriptorBasedDemand
equals, hashCode, toString 
- 
Constructor Details
- 
IndexVariableDemand
 
 - 
 - 
Method Details