All Implemented Interfaces:
PropertyFunction
Direct Known Subclasses:
alt, bag, seq

public class container extends PFuncSimple
container - super class of bag/alt/seq - rdfs:member
  • Constructor Details

    • container

      public container()
  • Method Details

    • execEvaluated

      public QueryIterator execEvaluated(Binding binding, org.apache.jena.graph.Node containerNode, org.apache.jena.graph.Node predicate, org.apache.jena.graph.Node member, ExecutionContext execCxt)
      Specified by:
      execEvaluated in class PFuncSimple
      Parameters:
      binding - Current solution from previous query stage
      containerNode - Node in subject slot, after substitution if a bound variable in this binding
      predicate - This predicate
      member - Node in object slot, after substitution if a bound variable in this binding
      execCxt - Execution context
      Returns:
      QueryIterator