net.sf.springlayout.web.validator.condition
Interface Evaluator

All Known Implementing Classes:
EqualsEvaluator, GreaterThanEvaluator, GreaterThanOrEqualToEvaluator, LessThanEvaluator, LessThanOrEqualToEvaluator, NotEqualsEvaluator

public interface Evaluator

Common interface for all evaluators.

Author:
Adam Boas Created on 18/05/2006

Method Summary
 boolean evaluate(java.lang.Object target, java.lang.Object value)
          Evaluates the value contained in the wrapper against the value supplied using the condition the concrete type of this evaluator supports.
 

Method Detail

evaluate

boolean evaluate(java.lang.Object target,
                 java.lang.Object value)
Evaluates the value contained in the wrapper against the value supplied using the condition the concrete type of this evaluator supports.

Parameters:
wrapper -
value -
Returns:


Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.