|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdrew.oo.bu.builtins.BUBuiltin
This class allows the use of generic built-ins (Classes that properly implement the jdrew.oo.builtins.Builtin Interface) within the Bottom-Up (BU) engine. Generic built-ins must be wrapped for use in each engine to enable access proper access to the required data structures.
Title: OO jDREW
Description: Reasoning Engine for the Semantic Web - Supporting OO RuleML 0.88
Copyright: Copyright (c) 2005
| Constructor Summary | |
BUBuiltin()
Constructs a new empty Bottom-up built-in. |
|
BUBuiltin(Builtin b)
Constructs a new Bottom-Up built-in. |
|
| Method Summary | |
java.util.Vector |
buildResult(DefiniteClause dc,
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BUBuiltin()
public BUBuiltin(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 java.util.Vector buildResult(DefiniteClause dc,
int term)
dc - DefiniteClause The clause 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 BUBuiltin object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||