Extension SDK 10.1.2

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.
 

Method Detail

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.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.