Interface IValueParent
-
- All Known Subinterfaces:
IDecisionVariable
- All Known Implementing Classes:
AbstractIvmlVariable.DecVar,BasisVariable,CompoundVariable,ContainerVariable,DecisionVariable,LocalDecisionVariable,SequenceVariable,SetVariable,StructuredVariable
public interface IValueParentA 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