|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.procedure.ProcEval
public class ProcEval
Constructor Summary | |
---|---|
ProcEval()
|
Method Summary | |
---|---|
static Procedure |
build(com.hp.hpl.jena.graph.Node procId,
ExprList args,
ExecutionContext execCxt)
|
static Procedure |
build(com.hp.hpl.jena.graph.Node procId,
PropFuncArg subjArg,
PropFuncArg objArg,
ExecutionContext execCxt)
|
static Procedure |
build(OpProcedure opProc,
ExecutionContext execCxt)
|
static PropertyFunctionRegistry |
choosePropFuncRegistry(Context context)
|
static QueryIterator |
eval(QueryIterator queryIterator,
Procedure proc,
ExecutionContext execCxt)
Evaluate a procedure |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcEval()
Method Detail |
---|
public static Procedure build(OpProcedure opProc, ExecutionContext execCxt)
public static Procedure build(com.hp.hpl.jena.graph.Node procId, ExprList args, ExecutionContext execCxt)
public static Procedure build(com.hp.hpl.jena.graph.Node procId, PropFuncArg subjArg, PropFuncArg objArg, ExecutionContext execCxt)
public static PropertyFunctionRegistry choosePropFuncRegistry(Context context)
public static QueryIterator eval(QueryIterator queryIterator, Procedure proc, ExecutionContext execCxt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |