EOQualifierEvaluation

Adopted By:
EOKeyValueQualifier
EOComparisonQualifier
EOAndQualifier
EOOrQualifier
EONotQualifier

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

Instance Methods

evaluateWithObject:

- (BOOL)evaluateWithObject:object

Returns YES if the argument object satisfies the qualifier, NO otherwise. This method can raise one of several possible exceptions if an error occurs, depending on the implementation.

Copyright © 1997, Apple Computer, Inc. All rights reserved.