public interface Equation extends Expression
STRUCT_ARRAY, STRUCT_SCALAR, STRUCT_STRUCTURE, TYPE_BOOL, TYPE_DYNAMIC, TYPE_FLOAT, TYPE_INTEGER, TYPE_NUMERIC, TYPE_STRING, TYPE_UNDEF
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Return the equation associated expression.
|
void |
setValue(java.lang.String varName,
java.lang.Object value)
Set the value of a variable.
|
clone, eval, evalAsBoolean, evalAsFloat, evalAsInt, getExpressionName, getLocalVariable, getLocalVariables, getParentBlock, getResultStructure, getResultType, getRoot, getVariable, getVariable, getVariables, getVariables, hasVariable, hasVariable, removeVariable, setParentBlock
Expression getExpression()
getExpression
in interface Expression
void setValue(java.lang.String varName, java.lang.Object value)
varName
- the variable namevalue
- the variable valueCopyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence