Uses of Interface
com.hp.hpl.jena.sparql.engine.binding.BindingMap

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

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

Classes in com.hp.hpl.jena.sparql.engine.binding that implement BindingMap
 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.
 

Methods in com.hp.hpl.jena.sparql.engine.binding that return BindingMap
static BindingMap BindingFactory.create()
           
static BindingMap BindingFactory.create(Binding parent)
           
 

Methods in com.hp.hpl.jena.sparql.engine.binding with parameters of type BindingMap
static void BindingUtils.addAll(BindingMap dest, Binding src)
           
static void BindingUtils.addToBinding(BindingMap binding, QuerySolution qSolution)
           
 



Licenced under the Apache License, Version 2.0