Implemented by:
- EOAndQualifier
- EOKeyComparisonQualifier
- EOKeyValueQualifier
- EONotQualifier
- EOOrQualifier
- Package:
- com.apple.client.eocontrol
- com.apple.yellow.eocontrol
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.
public boolean
evaluateWithObject
(Object object)