|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Procedure | |
|---|---|
| com.hp.hpl.jena.sparql.engine.iterator | |
| com.hp.hpl.jena.sparql.pfunction | |
| com.hp.hpl.jena.sparql.procedure | |
| com.hp.hpl.jena.sparql.procedure.library | |
| Uses of Procedure in com.hp.hpl.jena.sparql.engine.iterator |
|---|
| Constructors in com.hp.hpl.jena.sparql.engine.iterator with parameters of type Procedure | |
|---|---|
QueryIterProcedure(QueryIterator input,
Procedure proc,
ExecutionContext execCxt)
|
|
| Uses of Procedure in com.hp.hpl.jena.sparql.pfunction |
|---|
| Classes in com.hp.hpl.jena.sparql.pfunction that implement Procedure | |
|---|---|
class |
ProcedurePF
Adapter between property functions and server procedures When called, this wrapper reconstructs the usual property function calling conventions. |
| Uses of Procedure in com.hp.hpl.jena.sparql.procedure |
|---|
| Classes in com.hp.hpl.jena.sparql.procedure that implement Procedure | |
|---|---|
class |
ProcedureBase
|
class |
ProcedureEval
|
| Methods in com.hp.hpl.jena.sparql.procedure that return Procedure | |
|---|---|
static Procedure |
ProcEval.build(Node procId,
ExprList args,
ExecutionContext execCxt)
|
static Procedure |
ProcEval.build(Node procId,
PropFuncArg subjArg,
PropFuncArg objArg,
ExecutionContext execCxt)
|
static Procedure |
ProcEval.build(OpProcedure opProc,
ExecutionContext execCxt)
|
Procedure |
ProcedureFactory.create(String uri)
|
| Methods in com.hp.hpl.jena.sparql.procedure with parameters of type Procedure | |
|---|---|
static QueryIterator |
ProcEval.eval(QueryIterator queryIterator,
Procedure proc,
ExecutionContext execCxt)
Evaluate a procedure |
| Uses of Procedure in com.hp.hpl.jena.sparql.procedure.library |
|---|
| Classes in com.hp.hpl.jena.sparql.procedure.library that implement Procedure | |
|---|---|
class |
debug
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||