Uses of Interface
org.apache.jena.sparql.procedure.Procedure
-
Packages that use Procedure Package Description org.apache.jena.sparql.engine.iterator org.apache.jena.sparql.pfunction org.apache.jena.sparql.procedure org.apache.jena.sparql.procedure.library -
-
Uses of Procedure in org.apache.jena.sparql.engine.iterator
Constructors in org.apache.jena.sparql.engine.iterator with parameters of type Procedure Constructor Description QueryIterProcedure(QueryIterator input, Procedure proc, ExecutionContext execCxt) -
Uses of Procedure in org.apache.jena.sparql.pfunction
Classes in org.apache.jena.sparql.pfunction that implement Procedure Modifier and Type Class Description classProcedurePFAdapter between property functions and server procedures When called, this wrapper reconstructs the usual property function calling conventions. -
Uses of Procedure in org.apache.jena.sparql.procedure
Classes in org.apache.jena.sparql.procedure that implement Procedure Modifier and Type Class Description classProcedureBaseclassProcedureEvalMethods in org.apache.jena.sparql.procedure that return Procedure Modifier and Type Method Description static ProcedureProcEval. build(Node procId, ExprList args, ExecutionContext execCxt)static ProcedureProcEval. build(Node procId, PropFuncArg subjArg, PropFuncArg objArg, ExecutionContext execCxt)static ProcedureProcEval. build(OpProcedure opProc, ExecutionContext execCxt)ProcedureProcedureFactory. create(java.lang.String uri)Methods in org.apache.jena.sparql.procedure with parameters of type Procedure Modifier and Type Method Description static QueryIteratorProcEval. eval(QueryIterator queryIterator, Procedure proc, ExecutionContext execCxt)Evaluate a procedure -
Uses of Procedure in org.apache.jena.sparql.procedure.library
Classes in org.apache.jena.sparql.procedure.library that implement Procedure Modifier and Type Class Description classdebug
-