public interface DRIVariable<T> extends DRIExpression<T>, DRIValue<T>
DRIVariable interface.
| Modifier and Type | Method and Description |
|---|---|
Calculation |
getCalculation()
getCalculation.
|
DRIExpression<?> |
getInitialValueExpression()
getInitialValueExpression.
|
DRIGroup |
getResetGroup()
getResetGroup.
|
Evaluation |
getResetType()
getResetType.
|
DRIExpression<?> |
getValueExpression()
getValueExpression.
|
getName, getValueClassCalculation getCalculation()
getCalculation.
Calculation object.Evaluation getResetType()
getResetType.
Evaluation object.DRIExpression<?> getValueExpression()
getValueExpression.
DRIExpression object.DRIExpression<?> getInitialValueExpression()
getInitialValueExpression.
DRIExpression object.Copyright © 2010–2021. All rights reserved.