org.pfsw.bif.logic
Interface ICondition


public interface ICondition

Represents a condition independent of its internal complexity.


Method Summary
 boolean isTrue()
          Returns whether or not the condition is true
 

Method Detail

isTrue

boolean isTrue()
Returns whether or not the condition is true