Uses of Interface
org.apache.jena.sparql.procedure.Procedure
Packages that use Procedure
Package
Description
-
Uses of Procedure in org.apache.jena.sparql.engine.iterator
Constructors in org.apache.jena.sparql.engine.iterator with parameters of type ProcedureModifierConstructorDescriptionQueryIterProcedure
(QueryIterator input, Procedure proc, ExecutionContext execCxt) -
Uses of Procedure in org.apache.jena.sparql.pfunction
Classes in org.apache.jena.sparql.pfunction that implement ProcedureModifier and TypeClassDescriptionclass
Adapter 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 ProcedureMethods in org.apache.jena.sparql.procedure that return ProcedureModifier and TypeMethodDescriptionstatic Procedure
ProcEval.build
(org.apache.jena.graph.Node procId, ExprList args, ExecutionContext execCxt) static Procedure
ProcEval.build
(org.apache.jena.graph.Node procId, PropFuncArg subjArg, PropFuncArg objArg, ExecutionContext execCxt) static Procedure
ProcEval.build
(OpProcedure opProc, ExecutionContext execCxt) Methods in org.apache.jena.sparql.procedure with parameters of type ProcedureModifier and TypeMethodDescriptionstatic QueryIterator
ProcEval.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