|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropFuncArg in com.hp.hpl.jena.sparql.algebra.op |
---|
Methods in com.hp.hpl.jena.sparql.algebra.op that return PropFuncArg | |
---|---|
PropFuncArg |
OpPropFunc.getObjectArgs()
|
PropFuncArg |
OpPropFunc.getSubjectArgs()
|
Constructors in com.hp.hpl.jena.sparql.algebra.op with parameters of type PropFuncArg | |
---|---|
OpPropFunc(Node uri,
PropFuncArg args1,
PropFuncArg args2,
Op op)
|
Uses of PropFuncArg in com.hp.hpl.jena.sparql.core |
---|
Methods in com.hp.hpl.jena.sparql.core that return PropFuncArg | |
---|---|
static PropFuncArg |
Substitute.substitute(PropFuncArg propFuncArg,
Binding binding)
|
Methods in com.hp.hpl.jena.sparql.core with parameters of type PropFuncArg | |
---|---|
static PropFuncArg |
Substitute.substitute(PropFuncArg propFuncArg,
Binding binding)
|
Uses of PropFuncArg in com.hp.hpl.jena.sparql.engine.ref |
---|
Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type PropFuncArg | |
---|---|
Table |
EvaluatorSimple.propertyFunction(Table table,
Node procId,
PropFuncArg subjArgs,
PropFuncArg objArgs)
|
Table |
Evaluator.propertyFunction(Table table,
Node procId,
PropFuncArg subjArgs,
PropFuncArg objArgs)
|
Uses of PropFuncArg in com.hp.hpl.jena.sparql.pfunction |
---|
Methods in com.hp.hpl.jena.sparql.pfunction that return PropFuncArg | |
---|---|
PropFuncArg |
PropFuncArg.evalIfExists(Binding binding)
Deprecated. Use Substitute.substitute(PropFuncArg, Binding) |
Methods in com.hp.hpl.jena.sparql.pfunction with parameters of type PropFuncArg | |
---|---|
ExprList |
PropFuncArg.asExprList(PropFuncArg pfArg)
|
void |
PropertyFunction.build(PropFuncArg argSubject,
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,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
QueryIterator |
PropertyFunctionEval.exec(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
abstract QueryIterator |
PropertyFunctionBase.exec(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
QueryIterator |
PropertyFunction.exec(QueryIterator input,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
Create an iterator of bindings for the given inputs |
QueryIterator |
PropertyFunctionBase.exec(QueryIterator input,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
abstract QueryIterator |
PFuncSimpleAndList.execEvaluated(Binding binding,
Node subject,
Node predicate,
PropFuncArg object,
ExecutionContext execCxt)
|
QueryIterator |
PFuncSimpleAndList.execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
abstract QueryIterator |
PropertyFunctionEval.execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
QueryIterator |
PFuncSimple.execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
Constructors in com.hp.hpl.jena.sparql.pfunction with parameters of type PropFuncArg | |
---|---|
ProcedurePF(PropertyFunction propFunc,
PropFuncArg subjArg,
Node pfNode,
PropFuncArg objArg)
|
Uses of PropFuncArg in com.hp.hpl.jena.sparql.pfunction.library |
---|
Methods in com.hp.hpl.jena.sparql.pfunction.library with parameters of type PropFuncArg | |
---|---|
void |
str.build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
void |
listMember.build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
void |
splitIRI.build(PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
QueryIterator |
concat.execEvaluated(Binding binding,
Node subject,
Node predicate,
PropFuncArg object,
ExecutionContext execCxt)
|
QueryIterator |
splitIRI.execEvaluated(Binding binding,
PropFuncArg argSubject,
Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
|
QueryIterator |
version.execEvaluated(Binding binding,
PropFuncArg subject,
Node predicate,
PropFuncArg object,
ExecutionContext execCxt)
|
QueryIterator |
versionARQ.execEvaluated(Binding binding,
PropFuncArg subject,
Node predicate,
PropFuncArg object,
ExecutionContext execCxt)
|
QueryIterator |
ListBase.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. |
Uses of PropFuncArg in com.hp.hpl.jena.sparql.procedure |
---|
Methods in com.hp.hpl.jena.sparql.procedure with parameters of type PropFuncArg | |
---|---|
static Procedure |
ProcEval.build(Node procId,
PropFuncArg subjArg,
PropFuncArg objArg,
ExecutionContext execCxt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |