Uses of Class
org.apache.jena.sparql.pfunction.PropFuncArg
-
-
Uses of PropFuncArg in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return PropFuncArg Modifier and Type Method Description PropFuncArgOpPropFunc. getObjectArgs()PropFuncArgOpPropFunc. getSubjectArgs()Constructors in org.apache.jena.sparql.algebra.op with parameters of type PropFuncArg Constructor Description OpPropFunc(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 PropFuncArg Modifier and Type Method Description static PropFuncArgSubstitute. substitute(PropFuncArg propFuncArg, Binding binding)Methods in org.apache.jena.sparql.core with parameters of type PropFuncArg Modifier and Type Method Description static PropFuncArgSubstitute. 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 PropFuncArg Modifier and Type Method Description TableEvaluator. propertyFunction(Table table, Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)TableEvaluatorSimple. propertyFunction(Table table, 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 PropFuncArg Modifier and Type Method Description static voidPropFuncArg. addVars(java.util.Collection<Var> acc, PropFuncArg pfArg)voidPropertyFunction. build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)Called during query plan construction immediately after the construction of the property function instance.voidPropertyFunctionBase. build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorPropertyFunction. exec(QueryIterator input, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)Create an iterator of bindings for the given inputsabstract QueryIteratorPropertyFunctionBase. exec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorPropertyFunctionBase. exec(QueryIterator input, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorPropertyFunctionEval. exec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)abstract QueryIteratorPFuncListAndList. execEvaluated(Binding binding, PropFuncArg subject, Node predicate, PropFuncArg object, ExecutionContext execCxt)abstract QueryIteratorPFuncListAndSimple. execEvaluated(Binding binding, PropFuncArg subject, Node predicate, Node object, ExecutionContext execCxt)QueryIteratorPFuncListAndSimple. execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorPFuncSimple. execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)abstract QueryIteratorPFuncSimpleAndList. execEvaluated(Binding binding, Node subject, Node predicate, PropFuncArg object, ExecutionContext execCxt)QueryIteratorPFuncSimpleAndList. execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)abstract QueryIteratorPropertyFunctionEval. execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)Constructors in org.apache.jena.sparql.pfunction with parameters of type PropFuncArg Constructor Description ProcedurePF(PropertyFunction propFunc, PropFuncArg subjArg, 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 PropFuncArg Modifier and Type Method Description voidlistMember. build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)voidsplitIRI. build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)voidstr. build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)voidstrSplit. build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorconcat. execEvaluated(Binding binding, Node subject, Node predicate, PropFuncArg object, ExecutionContext execCxt)QueryIteratorListBase. execEvaluated(Binding binding, PropFuncArg argSubject, 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.QueryIteratorsplitIRI. execEvaluated(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorstrSplit. execEvaluated(Binding binding, Node subject, Node predicate, PropFuncArg object, ExecutionContext execCxt)QueryIteratorversion. execEvaluated(Binding binding, PropFuncArg subject, Node predicate, PropFuncArg object, ExecutionContext execCxt)QueryIteratorversionARQ. execEvaluated(Binding binding, PropFuncArg subject, 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 PropFuncArg Modifier and Type Method Description static ProcedureProcEval. build(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 PropFuncArg Modifier and Type Method Description static voidVarUtils. addVars(java.util.Collection<Var> acc, PropFuncArg arg)
-