|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uk.ac.bbk.dcs.automed.qproc.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(ASG g)
Evaluates g to weak head normal form. |
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(ASG g)
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 | |||||||||