|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.function.FunctionBase
com.hp.hpl.jena.sparql.function.FunctionBase1
public abstract class FunctionBase1
Support for a function of one argument.
| Constructor Summary | |
|---|---|
FunctionBase1()
|
|
| Method Summary | |
|---|---|
void |
checkBuild(java.lang.String uri,
ExprList args)
|
NodeValue |
exec(java.util.List<NodeValue> args)
Function call to a list of evaluated argument values |
abstract NodeValue |
exec(NodeValue v)
|
| Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase |
|---|
build, exec, getContext |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionBase1()
| Method Detail |
|---|
public void checkBuild(java.lang.String uri,
ExprList args)
checkBuild in class FunctionBasepublic final NodeValue exec(java.util.List<NodeValue> args)
FunctionBase
exec in class FunctionBasepublic abstract NodeValue exec(NodeValue v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||