Package org.apache.jena.sparql.procedure
Class ProcedureEval
- java.lang.Object
-
- org.apache.jena.sparql.util.PrintSerializableBase
-
- org.apache.jena.sparql.procedure.ProcedureBase
-
- org.apache.jena.sparql.procedure.ProcedureEval
-
- All Implemented Interfaces:
org.apache.jena.atlas.io.Printable
,Procedure
,PrintSerializable
- Direct Known Subclasses:
debug
public abstract class ProcedureEval extends ProcedureBase
-
-
Constructor Summary
Constructors Constructor Description ProcedureEval()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description QueryIterator
exec(Binding binding, Node name, ExprList args, ExecutionContext execCxt)
abstract QueryIterator
execEval(Binding binding, ExprList args, ExecutionContext execCxt)
-
Methods inherited from class org.apache.jena.sparql.procedure.ProcedureBase
build, output, proc
-
Methods inherited from class org.apache.jena.sparql.util.PrintSerializableBase
output, toString, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.jena.sparql.util.PrintSerializable
toString
-
-
-
-
Method Detail
-
exec
public QueryIterator exec(Binding binding, Node name, ExprList args, ExecutionContext execCxt)
- Specified by:
exec
in classProcedureBase
-
execEval
public abstract QueryIterator execEval(Binding binding, ExprList args, ExecutionContext execCxt)
-
-