de.xabsl.jxabsl.symbols
Interface BooleanInputSymbol

All Known Implementing Classes:
BooleanInputSymbolImpl

public interface BooleanInputSymbol

Represents a boolean input symbol


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

Method Detail

getValue

boolean 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