org.pf.bif.logic
Interface IParameterizedCondition<T>
public interface IParameterizedCondition<T>
A condition that evaluates to true or false depending on an external
parameter.
- Version:
- 1.0
- Author:
- M.Duchrow
Method Summary |
boolean |
isTrue(T parameter)
Returns true if the condition evaluates to true for the given parameter. |
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
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.