Uses of Class
com.hp.hpl.jena.sparql.engine.binding.BindingBase

Packages that use BindingBase
com.hp.hpl.jena.sparql.engine.binding   
 

Uses of BindingBase in com.hp.hpl.jena.sparql.engine.binding
 

Subclasses of BindingBase in com.hp.hpl.jena.sparql.engine.binding
 class Binding0
          Special purpose binding for nothing.
 class Binding1
          Special purpose binding for adding just one name/value slot.
 class BindingHashMap
          A muatable mapping from a name to a value such that we can create a tree of levels with higher (earlier levels) being shared.
 class BindingProject
          Project a binding, given a specific collection of visible variables
 class BindingProjectBase
          Common framework for projection; the projection policy is provided by abstract method BindingProjectBase.accept(Var)
 class BindingProjectNamed
          Project only named variables (i.e.
 class BindingRoot
          Special purpose binding for the root of all bindings.
 



Licenced under the Apache License, Version 2.0