|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdrew.oo.td.builtins.TDBuiltin
public class TDBuiltin
| Constructor Summary | |
|---|---|
TDBuiltin()
Constructs a new empty Top-down built-in. |
|
TDBuiltin(Builtin b)
Constructs a new Top-Down built-in. |
|
| Method Summary | |
|---|---|
DefiniteClause |
buildResult(BackwardReasoner.GoalList gl,
int term)
Builds the resulting fact from the call to this built-in if it exists. |
int |
getSymbol()
Gets the integer symbol code for the built-in relation symbol. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TDBuiltin()
public TDBuiltin(Builtin b)
b - Builtin A generic built-in implementation class, this must
implement the jdrew.oo.builtins.Builtin Interface.| Method Detail |
|---|
public int getSymbol()
public DefiniteClause buildResult(BackwardReasoner.GoalList gl,
int term)
gl - GoalList the goal list that contains the call to the
built-interm - int The index into the atoms of the clause for the call to
the built-in relation represented by this TDBuiltin object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||