org.odbms.Evaluation Interface Reference

Inheritance diagram for org.odbms.Evaluation:

org.openmobileis.common.util.OpenMISSerializable org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaEvaluation List of all members.

Detailed Description

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) 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.

Definition at line 22 of file Evaluation.java.

Public Member Functions

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


Member Function Documentation

void org.odbms.Evaluation.evaluate ( Candidate  candidate  ) 

callback method during Query.execute query execution.

Parameters:
Candidate reference to the candidate persistent object.

Implemented in org.openmobileis.database.fastobjectdb.db.query.soda.FODBSodaEvaluation.


The documentation for this interface was generated from the following file:
Generated on Mon Dec 4 11:03:33 2006 for OpenMobileIS by  doxygen 1.5.1-p1