de.xabsl.jxabsl.symbols
Interface BooleanOutputSymbol

All Known Implementing Classes:
BooleanOutputSymbolImpl

public interface BooleanOutputSymbol

Represents a boolean output symbol


Method Summary
 boolean getValue()
           
 void setValue(boolean value)
          Sets the symbol's value
 

Method Detail

setValue

void setValue(boolean value)
Sets the symbol's value

Parameters:
value - the symbols new value

getValue

boolean getValue()
Returns:
the symbol's value