Implemented By:
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.
evaluateWithObject
public boolean evaluateWithObject (java.lang.Object object)
Returns true if the argument object satisfies the qualifier, false otherwise. This method can throw one of several possible exceptions if an error occurs, depending on the implementation.