S.O.D.A. - Simple Object Database Access - design documentation v. (unknown).

org.odbms
Interface Evaluation

All Superinterfaces:
java.io.Serializable

public interface Evaluation
extends java.io.Serializable

for implementation of callback evaluations.

To constrain a Query node with your own callback Evaluation, construct an object that implements the Evaluation interface and register it by passing it to Query#constrain(Object).

Evaluations are called as the last step during query execution, after all other constraints have been applied. Evaluations in higher level Query nodes in the query graph are called first.


Method Summary
 void evaluate(Candidate candidate)
          callback method during query execution.
 

Method Detail

evaluate

public void evaluate(Candidate candidate)
callback method during query execution.


S.O.D.A. - Simple Object Database Access - design documentation v. (unknown).

You can get the current version of the specification at the S.O.D.A project at Sourceforge.
Build time of the docs you are viewing: Thursday, 19.09.2002, 23:39 GMT