|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.xabsl.jxabslx.symbols.InputSymbolImpl
de.xabsl.jxabslx.symbols.DecimalInputSymbolImpl
public class DecimalInputSymbolImpl
An implementation for a decimal input symbol. Takes its values from an Input object and converts it via a DecimalConversion
Field Summary |
---|
Fields inherited from class de.xabsl.jxabslx.symbols.InputSymbolImpl |
---|
input, parameters |
Constructor Summary | |
---|---|
DecimalInputSymbolImpl(Input input,
DecimalConversion conversion,
java.lang.String[] parameterNames,
Symbols symbols,
DebugMessages debug)
Constructor. |
Method Summary | |
---|---|
double |
getValue()
Returns the symbol's value. |
Methods inherited from class de.xabsl.jxabslx.symbols.InputSymbolImpl |
---|
checkConstructorArguments, createParameters, getParameters, getRawValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.xabsl.jxabsl.symbols.DecimalInputSymbol |
---|
getParameters |
Constructor Detail |
---|
public DecimalInputSymbolImpl(Input input, DecimalConversion conversion, java.lang.String[] parameterNames, Symbols symbols, DebugMessages debug)
input
- A value comes from hereconversion
- Is converted via this conversionparameterNames
- parameter names in the correct ordersymbols
- the symbols of the enginedebug
- for debugging outputMethod Detail |
---|
public double getValue()
DecimalInputSymbol
getParameters()
and set the parameter
values
getValue
in interface DecimalInputSymbol
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |