Class E_ProbeRdf
java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.FunctionBase1
org.aksw.jena_sparql_api.sparql.ext.fs.E_ProbeRdf
- All Implemented Interfaces:
org.apache.jena.sparql.function.Function
public class E_ProbeRdf
extends org.apache.jena.sparql.function.FunctionBase1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.sparql.expr.NodeValueexec(org.apache.jena.sparql.expr.NodeValue nv) static Stream<org.apache.jena.sparql.core.Quad>streamQuads(InputStream input, org.apache.jena.riot.Lang lang, String baseIRI) Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, execMethods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec, exec
-
Field Details
-
n
protected int n
-
-
Constructor Details
-
E_ProbeRdf
public E_ProbeRdf()
-
-
Method Details
-
exec
public org.apache.jena.sparql.expr.NodeValue exec(org.apache.jena.sparql.expr.NodeValue nv) - Specified by:
execin classorg.apache.jena.sparql.function.FunctionBase1
-
streamQuads
public static Stream<org.apache.jena.sparql.core.Quad> streamQuads(InputStream input, org.apache.jena.riot.Lang lang, String baseIRI)
-