Class TripleTerm
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase3
-
- org.apache.jena.sparql.function.library.triple.TripleTerm
-
- All Implemented Interfaces:
Function
public class TripleTerm extends FunctionBase3
Create a triple term. ThrowsExprEvalExceptionif the predicate argument is not a URI.
-
-
Constructor Summary
Constructors Constructor Description TripleTerm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue nv1, NodeValue nv2, NodeValue nv3)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase3
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-