org.pf.bif.logic
Interface IParameterizedCondition


public interface IParameterizedCondition

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

Version:
1.0
Author:
M.Duchrow

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

Method Detail

isTrue

boolean isTrue(java.lang.Object parameter)
Returns true if the condition evaluates to true for the given parameter.

Parameters:
parameter - Any object that might be useful