de.xabsl.jxabsl.symbols
Interface DecimalInputSymbol

All Known Implementing Classes:
DecimalInputSymbolImpl

public interface DecimalInputSymbol

Represents a decimal input symbol


Method Summary
 Parameters getParameters()
           
 double getValue()
          Returns the symbol's value.
 

Method Detail

getValue

double getValue()
Returns the symbol's value. Before calling this function, obtain the parameters via getParameters() and set the parameter values

Returns:
the symbol's value

getParameters

Parameters getParameters()
Returns:
the symbol's parameters