Uses of Class
org.apache.jena.sparql.pfunction.PropFuncArg
Packages that use PropFuncArg
Package
Description
-
Uses of PropFuncArg in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return PropFuncArgConstructors in org.apache.jena.sparql.algebra.op with parameters of type PropFuncArgModifierConstructorDescriptionOpPropFunc
(org.apache.jena.graph.Node uri, PropFuncArg args1, PropFuncArg args2, Op op) -
Uses of PropFuncArg in org.apache.jena.sparql.core
Methods in org.apache.jena.sparql.core that return PropFuncArgModifier and TypeMethodDescriptionstatic PropFuncArg
Substitute.substitute
(PropFuncArg propFuncArg, Binding binding) Methods in org.apache.jena.sparql.core with parameters of type PropFuncArgModifier and TypeMethodDescriptionstatic PropFuncArg
Substitute.substitute
(PropFuncArg propFuncArg, Binding binding) -
Uses of PropFuncArg in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type PropFuncArgModifier and TypeMethodDescriptionEvaluator.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) EvaluatorSimple.propertyFunction
(Table table, org.apache.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs) -
Uses of PropFuncArg in org.apache.jena.sparql.pfunction
Methods in org.apache.jena.sparql.pfunction with parameters of type PropFuncArgModifier and TypeMethodDescriptionstatic void
PropFuncArg.addVars
(Collection<Var> acc, PropFuncArg pfArg) void
PropertyFunction.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) Called during query plan construction immediately after the construction of the property function instance.void
PropertyFunctionBase.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) PropertyFunction.exec
(QueryIterator input, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) Create an iterator of bindings for the given inputsabstract QueryIterator
PropertyFunctionBase.exec
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) PropertyFunctionBase.exec
(QueryIterator input, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) final QueryIterator
PropertyFunctionEval.exec
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) abstract QueryIterator
PFuncListAndList.execEvaluated
(Binding binding, PropFuncArg subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) abstract QueryIterator
PFuncListAndSimple.execEvaluated
(Binding binding, PropFuncArg subject, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node object, ExecutionContext execCxt) PFuncListAndSimple.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) final QueryIterator
PFuncSimple.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) abstract QueryIterator
PFuncSimpleAndList.execEvaluated
(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) PFuncSimpleAndList.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) abstract QueryIterator
PropertyFunctionEval.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) Constructors in org.apache.jena.sparql.pfunction with parameters of type PropFuncArgModifierConstructorDescriptionProcedurePF
(PropertyFunction propFunc, PropFuncArg subjArg, org.apache.jena.graph.Node pfNode, PropFuncArg objArg) -
Uses of PropFuncArg in org.apache.jena.sparql.pfunction.library
Methods in org.apache.jena.sparql.pfunction.library with parameters of type PropFuncArgModifier and TypeMethodDescriptionvoid
listMember.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) void
splitIRI.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) void
str.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) void
strSplit.build
(PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) concat.execEvaluated
(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) final QueryIterator
ListBase.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) If the subject is a list (well, at least not an unbound variable), dispatch to execOneList else dispatch to one of object a var, a list or a node.splitIRI.execEvaluated
(Binding binding, PropFuncArg argSubject, org.apache.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt) strSplit.execEvaluated
(Binding binding, org.apache.jena.graph.Node subject, org.apache.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt) -
Uses of PropFuncArg in org.apache.jena.sparql.procedure
Methods in org.apache.jena.sparql.procedure with parameters of type PropFuncArgModifier and TypeMethodDescriptionstatic Procedure
ProcEval.build
(org.apache.jena.graph.Node procId, PropFuncArg subjArg, PropFuncArg objArg, ExecutionContext execCxt) -
Uses of PropFuncArg in org.apache.jena.sparql.util
Methods in org.apache.jena.sparql.util with parameters of type PropFuncArgModifier and TypeMethodDescriptionstatic void
VarUtils.addVars
(Collection<Var> acc, PropFuncArg arg)