Uses of Class
com.hp.hpl.jena.sparql.pfunction.PropFuncArg

Packages that use PropFuncArg
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.pfunction   
com.hp.hpl.jena.sparql.pfunction.library   
com.hp.hpl.jena.sparql.procedure   
 

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(com.hp.hpl.jena.graph.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, com.hp.hpl.jena.graph.Node procId, PropFuncArg subjArgs, PropFuncArg objArgs)
           
 Table Evaluator.propertyFunction(Table table, com.hp.hpl.jena.graph.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, com.hp.hpl.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, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
abstract  QueryIterator PropertyFunctionBase.exec(Binding binding, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 QueryIterator PropertyFunctionEval.exec(Binding binding, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 QueryIterator PropertyFunction.exec(QueryIterator input, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
          Create an iterator of bindings for the given inputs
 QueryIterator PropertyFunctionBase.exec(QueryIterator input, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
abstract  QueryIterator PFuncSimpleAndList.execEvaluated(Binding binding, com.hp.hpl.jena.graph.Node subject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt)
           
 QueryIterator PFuncSimpleAndList.execEvaluated(Binding binding, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 QueryIterator PFuncSimple.execEvaluated(Binding binding, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
abstract  QueryIterator PropertyFunctionEval.execEvaluated(Binding binding, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 

Constructors in com.hp.hpl.jena.sparql.pfunction with parameters of type PropFuncArg
ProcedurePF(PropertyFunction propFunc, PropFuncArg subjArg, com.hp.hpl.jena.graph.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 splitIRI.build(PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 void str.build(PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 void listMember.build(PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 QueryIterator concat.execEvaluated(Binding binding, com.hp.hpl.jena.graph.Node subject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt)
           
 QueryIterator versionARQ.execEvaluated(Binding binding, PropFuncArg subject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt)
           
 QueryIterator version.execEvaluated(Binding binding, PropFuncArg subject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg object, ExecutionContext execCxt)
           
 QueryIterator splitIRI.execEvaluated(Binding binding, PropFuncArg argSubject, com.hp.hpl.jena.graph.Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
           
 QueryIterator ListBase.execEvaluated(Binding binding, PropFuncArg argSubject, com.hp.hpl.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.
 

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(com.hp.hpl.jena.graph.Node procId, PropFuncArg subjArg, PropFuncArg objArg, ExecutionContext execCxt)
           
 



Licenced under the Apache License, Version 2.0