WebObjects 5.2.3

com.webobjects.eocontrol
Interface EOQualifierEvaluation

All Known Implementing Classes:
EOQualifier

public interface EOQualifierEvaluation

The EOQualifierEvaluation interface defines a method, evaluateWithObject, that performs in memory evaluation of qualifiers. All qualifier classes whose objects can be evaluated in memory must implement this interface.

See Also:
evaluateWithObject(Object object)

Method Summary
 boolean evaluateWithObject(Object object)
          Returns true if the argument object satisfies the qualifier, false otherwise.
 

Method Detail

evaluateWithObject

public boolean evaluateWithObject(Object object)
Returns true if the argument object satisfies the qualifier, false otherwise.

Parameters:
object - input object on which in memory evaluation will be performed
Returns:
true if the argument object satisfies the qualifier, false otherwise

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.