org.pfsw.bif.logic
Interface IParameterizedCondition<T>


public interface IParameterizedCondition<T>

A condition that evaluates to true or false depending on an external parameter.


Method Summary
 boolean isTrue(T parameter)
          Returns true if the condition evaluates to true for the given parameter.
 

Method Detail

isTrue

boolean isTrue(T parameter)
Returns true if the condition evaluates to true for the given parameter.

Parameters:
parameter - Any object that might be useful