com.hp.hpl.jena.sparql.pfunction.library
Class container
java.lang.Object
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionBase
com.hp.hpl.jena.sparql.pfunction.PropertyFunctionEval
com.hp.hpl.jena.sparql.pfunction.PFuncSimple
com.hp.hpl.jena.sparql.pfunction.library.container
- All Implemented Interfaces:
- PropertyFunction
- Direct Known Subclasses:
- alt, bag, seq
public class container
- extends PFuncSimple
container - super class of bag/alt/seq - rdfs:member
container
public container()
execEvaluated
public QueryIterator execEvaluated(Binding binding,
Node containerNode,
Node predicate,
Node member,
ExecutionContext execCxt)
- Specified by:
execEvaluated
in class PFuncSimple
- Parameters:
binding
- Current solution from previous query stagecontainerNode
- Node in subject slot, after substitution if a bound variable in this bindingpredicate
- This predicatemember
- Node in object slot, after substitution if a bound variable in this bindingexecCxt
- Execution context
- Returns:
- QueryIterator
Licenced under the Apache License, Version 2.0