oracle.jdeveloper.audit.analyzer
Interface Evaluator
- public interface Evaluator
An evaluator for an attribute of an object. An evaluator can be used by an Attribute
to compute the value of the attribute for rows of a specific type.
- See Also:
Attribute
, Attribute.getEvaluator(java.lang.Class)
Method Summary |
java.lang.Object |
evaluate(AuditModel model, java.lang.Object object, int index)
Evaluates the value for an attribute of an object in an AuditModel. |
evaluate
public java.lang.Object evaluate(AuditModel model,
java.lang.Object object,
int index)
- Evaluates the value for an attribute of an object in an AuditModel.
Copyright © 1997, 2004, Oracle. All rights reserved.