|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin
com.hp.hpl.jena.reasoner.rulesys.builtins.Unbound
public class Unbound
Predicate used to check if a variable has not been bound.
| Field Summary |
|---|
| Fields inherited from class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin |
|---|
BASE_URI |
| Constructor Summary | |
|---|---|
Unbound()
|
|
| Method Summary | |
|---|---|
boolean |
bodyCall(Node[] args,
int length,
RuleContext context)
This method is invoked when the builtin is called in a rule body. |
java.lang.String |
getName()
Return a name for this builtin, normally this will be the name of the functor that will be used to invoke it. |
| Methods inherited from class com.hp.hpl.jena.reasoner.rulesys.builtins.BaseBuiltin |
|---|
checkArgs, getArg, getArgLength, getURI, headAction, isMonotonic, isSafe |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Unbound()
| Method Detail |
|---|
public java.lang.String getName()
public boolean bodyCall(Node[] args,
int length,
RuleContext context)
bodyCall in interface BuiltinbodyCall in class BaseBuiltinargs - the array of argument values for the builtin, this is an array
of Nodes, some of which may be Node_RuleVariables.length - the length of the argument list, may be less than the length of the args array
for some rule enginescontext - an execution context giving access to other relevant data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||