|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.irs.jam.Functions
Base class for defining primitive functionality
Field Summary | |
protected Interpreter |
_interpreter
|
Constructor Summary | |
Functions()
|
Method Summary | |
abstract Value |
execute(java.lang.String name,
int arity,
ExpList args,
Binding binding,
Goal currentGoal)
Perform the indicated non-decomposable action |
Interpreter |
getInterpreter()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Interpreter _interpreter
Constructor Detail |
public Functions()
Method Detail |
public Interpreter getInterpreter()
public abstract Value execute(java.lang.String name, int arity, ExpList args, Binding binding, Goal currentGoal)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |