public class SingletonInverseVariableDemand extends Object implements Demand<SingletonInverseVariableSupply>
Modifier and Type | Field and Description |
---|---|
protected VariableDescriptor |
sourceVariableDescriptor |
Constructor and Description |
---|
SingletonInverseVariableDemand(VariableDescriptor sourceVariableDescriptor) |
Modifier and Type | Method and Description |
---|---|
SingletonInverseVariableSupply |
createExternalizedSupply(InnerScoreDirector scoreDirector)
Only called if the domain model doesn't already support the demand (through a shadow variable usually).
|
boolean |
equals(Object o) |
VariableDescriptor |
getSourceVariableDescriptor() |
int |
hashCode() |
String |
toString() |
protected final VariableDescriptor sourceVariableDescriptor
public SingletonInverseVariableDemand(VariableDescriptor sourceVariableDescriptor)
public VariableDescriptor getSourceVariableDescriptor()
public SingletonInverseVariableSupply createExternalizedSupply(InnerScoreDirector scoreDirector)
Demand
Supply
.createExternalizedSupply
in interface Demand<SingletonInverseVariableSupply>
scoreDirector
- never nullCopyright © 2006–2019 JBoss by Red Hat. All rights reserved.