Class TripleSubject
- java.lang.Object
-
- org.apache.jena.sparql.function.FunctionBase
-
- org.apache.jena.sparql.function.FunctionBase1
-
- org.apache.jena.sparql.function.library.triple.TripleSubject
-
- All Implemented Interfaces:
Function
public class TripleSubject extends FunctionBase1
Return the subject of a triple term. ThrowsExprEvalExceptionif the argument is not a triple term.
-
-
Constructor Summary
Constructors Constructor Description TripleSubject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue nv)-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec
-
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec
-
-
-
-
Method Detail
-
exec
public NodeValue exec(NodeValue nv)
- Specified by:
execin classFunctionBase1
-
-