Interface SelectionBuilder

All Known Implementing Classes:
FragmentSpread

public interface SelectionBuilder
  • Method Details

    • getName

      String getName()
    • getBaseName

      String getBaseName()
    • getConnective

      Connective getConnective()
    • getParentVars

      List<org.apache.jena.sparql.core.Var> getParentVars()
    • clone

      SelectionBuilder clone(String finalName, List<org.apache.jena.sparql.core.Var> parentVars)
      Create a copy of the builder with different name for the selection. Needed to have the parent allocate a name. FIXME Seems hacky.
    • build

      Selection build()