Class OsrmRoutePF
java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.aksw.jena_sparql_api.sparql.ext.osrm.OsrmRoutePF
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunction
public class OsrmRoutePF
extends org.apache.jena.sparql.pfunction.PropertyFunctionBase
{
Bind("['foo', 'bar']"^^xsd:json As ?json)
?json json:array ?items.
}
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt) org.apache.jena.sparql.engine.QueryIteratorexec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node node, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext executionContext) Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
exec
-
Constructor Details
-
OsrmRoutePF
public OsrmRoutePF()
-
-
Method Details
-
build
public void build(org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node predicate, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext execCxt) - Specified by:
buildin interfaceorg.apache.jena.sparql.pfunction.PropertyFunction- Overrides:
buildin classorg.apache.jena.sparql.pfunction.PropertyFunctionBase
-
exec
public org.apache.jena.sparql.engine.QueryIterator exec(org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.pfunction.PropFuncArg argSubject, org.apache.jena.graph.Node node, org.apache.jena.sparql.pfunction.PropFuncArg argObject, org.apache.jena.sparql.engine.ExecutionContext executionContext) - Specified by:
execin classorg.apache.jena.sparql.pfunction.PropertyFunctionBase
-