bibliothek.util
Interface Condition


public interface Condition

A condition is a boolean value that depends on some properties.

Author:
Benjamin Sigg

Method Summary
 boolean getState()
          Gets the current state of this condition.
 

Method Detail

getState

boolean getState()
Gets the current state of this condition.

Returns:
true if the condition is met, false otherwise