Interface DRIVariable<T>
- All Superinterfaces:
DRIExpression<T>, DRIValue<T>, Serializable
- All Known Implementing Classes:
DRVariable
DRIVariable interface.
- Author:
- Ricardo Mariaca
-
Method Summary
Modifier and TypeMethodDescriptiongetCalculation.getInitialValueExpression.getResetGroup.getResetType.getValueExpression.Methods inherited from interface DRIExpression
getName, getValueClass
-
Method Details
-
getCalculation
-
getResetType
-
getResetGroup
-
getValueExpression
-
getInitialValueExpression
DRIExpression<?> getInitialValueExpression()getInitialValueExpression.
- Returns:
- a
DRIExpressionobject.
-