|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.bbk.dcs.automed.qproc.Evaluator
public class Evaluator
The class that coordinates the evaluation of IQL queries.
| Constructor Summary | |
|---|---|
Evaluator(FunctionTable ftab)
Constructs an Evaluator object that will use the ft for the evaluation of built-in functions. |
|
| Method Summary | |
|---|---|
void |
evaluate(ASG g)
Evaluates g to normal form. |
void |
evaluate(Cell r)
Evaluates the graph of which root is the root to normal form. |
Environment |
getEnvironment()
|
void |
setEnvironment(Environment env)
|
void |
weakHeadNF(Cell root)
Analogous to the above. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Evaluator(FunctionTable ftab)
| Method Detail |
|---|
public void evaluate(ASG g)
public void evaluate(Cell r)
public void weakHeadNF(Cell root)
public Environment getEnvironment()
public void setEnvironment(Environment env)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||