public class DRVariable<T> extends Object implements DRIVariable<T>
DRVariable class.
| Constructor and Description |
|---|
DRVariable(DRIExpression<?> valueExpression,
Calculation calculation)
Constructor for DRVariable.
|
DRVariable(String name,
DRIExpression<?> valueExpression,
Calculation calculation)
Constructor for DRVariable.
|
| Modifier and Type | Method and Description |
|---|---|
Calculation |
getCalculation()
getCalculation.
|
DRIExpression<?> |
getInitialValueExpression()
getInitialValueExpression.
|
String |
getName()
getName.
|
DRGroup |
getResetGroup()
getResetGroup.
|
Evaluation |
getResetType()
getResetType.
|
Class<? super T> |
getValueClass()
getValueClass.
|
DRIExpression<?> |
getValueExpression()
getValueExpression.
|
void |
setInitialValueExpression(DRIExpression<?> initialValueExpression)
Setter for the field
initialValueExpression. |
void |
setResetGroup(DRGroup resetGroup)
Setter for the field
resetGroup. |
void |
setResetType(Evaluation resetType)
Setter for the field
resetType. |
public DRVariable(DRIExpression<?> valueExpression, Calculation calculation)
Constructor for DRVariable.
valueExpression - a DRIExpression object.calculation - a Calculation object.public DRVariable(String name, DRIExpression<?> valueExpression, Calculation calculation)
Constructor for DRVariable.
name - a String object.valueExpression - a DRIExpression object.calculation - a Calculation object.public String getName()
getName.
public DRIExpression<?> getInitialValueExpression()
getInitialValueExpression.
getInitialValueExpression in interface DRIVariable<T>DRIExpression object.public void setInitialValueExpression(DRIExpression<?> initialValueExpression)
Setter for the field initialValueExpression.
initialValueExpression - a DRIExpression object.public Calculation getCalculation()
getCalculation.
getCalculation in interface DRIVariable<T>Calculation object.public Evaluation getResetType()
getResetType.
getResetType in interface DRIVariable<T>Evaluation object.public void setResetType(Evaluation resetType)
Setter for the field resetType.
resetType - a Evaluation object.public DRGroup getResetGroup()
getResetGroup.
getResetGroup in interface DRIVariable<T>DRIGroup object.public void setResetGroup(DRGroup resetGroup)
Setter for the field resetGroup.
resetGroup - a DRGroup object.public DRIExpression<?> getValueExpression()
getValueExpression.
getValueExpression in interface DRIVariable<T>DRIExpression object.public Class<? super T> getValueClass()
getValueClass.
getValueClass in interface DRIExpression<T>Class object.Copyright © 2010–2021. All rights reserved.