|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabsl.expression.decimal.DecimalExpression
de.xabsl.jxabsl.expression.decimal.DecimalInputSymbolRef
public class DecimalInputSymbolRef
Represents a reference to a decimal input symbol.
Field Summary |
---|
Fields inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression |
---|
debug |
Constructor Summary | |
---|---|
DecimalInputSymbolRef(InputSource input,
OptionParameters optionParameters,
Symbols symbols,
DebugMessages debug,
TimeFunction timeOfOptionExecution,
TimeFunction timeOfStateExecution,
java.util.List<Action> actions)
Constructor. |
Method Summary | |
---|---|
double |
getValue()
Return the value of the expression |
Methods inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression |
---|
create |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecimalInputSymbolRef(InputSource input, OptionParameters optionParameters, Symbols symbols, DebugMessages debug, TimeFunction timeOfOptionExecution, TimeFunction timeOfStateExecution, java.util.List<Action> actions) throws IntermediateCodeMalformedException
input
- An input source for the intermediate code. It must be opened
and read until A position where the function reference starts.actions
- The subsequent behaviors i.e options and basic behaviors of
the state.debug
- For debugging outputoptionParameters
- The parameters of the optionsymbols
- All available symbolstimeOfOptionExecution
- The time how long the option is already activetimeOfStateExecution
- The time how long the state is already active
IntermediateCodeMalformedException
Method Detail |
---|
public double getValue()
DecimalExpression
getValue
in class DecimalExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |