Class CollectionInverseVariableDemand<Solution_>
- java.lang.Object
 - 
- org.optaplanner.core.impl.domain.variable.inverserelation.CollectionInverseVariableDemand<Solution_>
 
 
- 
- All Implemented Interfaces:
 Demand<Solution_,CollectionInverseVariableSupply>
public class CollectionInverseVariableDemand<Solution_> extends Object implements Demand<Solution_,CollectionInverseVariableSupply>
To get an instance, demand aCollectionInverseVariableDemandfromInnerScoreDirector.getSupplyManager(). 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected VariableDescriptor<Solution_>sourceVariableDescriptor 
- 
Constructor Summary
Constructors Constructor Description CollectionInverseVariableDemand(VariableDescriptor<Solution_> sourceVariableDescriptor) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionInverseVariableSupplycreateExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector)Only called if the domain model doesn't already support the demand (through a shadow variable usually).booleanequals(Object o)VariableDescriptor<Solution_>getSourceVariableDescriptor()inthashCode()StringtoString() 
 - 
 
- 
- 
Field Detail
- 
sourceVariableDescriptor
protected final VariableDescriptor<Solution_> sourceVariableDescriptor
 
 - 
 
- 
Constructor Detail
- 
CollectionInverseVariableDemand
public CollectionInverseVariableDemand(VariableDescriptor<Solution_> sourceVariableDescriptor)
 
 - 
 
- 
Method Detail
- 
getSourceVariableDescriptor
public VariableDescriptor<Solution_> getSourceVariableDescriptor()
 
- 
createExternalizedSupply
public CollectionInverseVariableSupply createExternalizedSupply(InnerScoreDirector<Solution_,?> scoreDirector)
Description copied from interface:DemandOnly called if the domain model doesn't already support the demand (through a shadow variable usually). Equal demands share the sameSupply.- Specified by:
 createExternalizedSupplyin interfaceDemand<Solution_,CollectionInverseVariableSupply>- Parameters:
 scoreDirector- never null- Returns:
 - never null
 
 
 - 
 
 -