de.xabsl.jxabsl.symbols
Interface EnumeratedInputSymbol

All Known Implementing Classes:
EnumeratedInputSymbolImpl

public interface EnumeratedInputSymbol

Represents an enumerated input symbol


Method Summary
 Enumeration getEnumeration()
           
 Parameters getParameters()
           
 java.lang.Object getValue()
          Returns the symbol's value.
 

Method Detail

getValue

java.lang.Object 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

getEnumeration

Enumeration getEnumeration()
Returns:
the enumeration that is the domain of the symbol