com.hp.hpl.jena.sparql.pfunction
Class PFuncSimpleAndList
java.lang.Object
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
com.hp.hpl.jena.sparql.pfunction.PFuncSimpleAndList
- All Implemented Interfaces:
- PropertyFunction
- Direct Known Subclasses:
- concat
public abstract class PFuncSimpleAndList
- extends PropertyFunctionEval
Common, simple case:
- subject arguments is not a list
- object is a list
- call the implementation with one binding at a time
execEvaluated
public QueryIterator execEvaluated(Binding binding,
PropFuncArg argSubject,
com.hp.hpl.jena.graph.Node predicate,
PropFuncArg argObject,
ExecutionContext execCxt)
- Specified by:
execEvaluated
in class PropertyFunctionEval
execEvaluated
public abstract QueryIterator execEvaluated(Binding binding,
com.hp.hpl.jena.graph.Node subject,
com.hp.hpl.jena.graph.Node predicate,
PropFuncArg object,
ExecutionContext execCxt)
- Parameters:
binding
- Current solution from previous query stagesubject
- Node in subject slot, after substitution if a bound variable in this bindingpredicate
- This predicateobject
- List in object slot, after substitution if a bound variable in this bindingexecCxt
- Execution context
- Returns:
- QueryIterator
Licenced under the Apache License, Version 2.0