Interface IValueParent
- All Known Subinterfaces:
IDecisionVariable
- All Known Implementing Classes:
BasisVariable,CompoundVariable,ContainerVariable,DecisionVariable,LocalDecisionVariable,SequenceVariable,SetVariable,StructuredVariable
public interface IValueParent
A parent instance that holds the actual value, typically a configured variable. Required to
enable "call-by-reference" value changes. A backward dependency to decision variables is not
desired as they use again values.
- Author:
- Holger Eichelberger