Package com.hp.hpl.jena.sparql.engine.binding

Interface Summary
Binding Interface encapsulating a mapping from a name to a value.
BindingMap Bindings are immutable, and are equal-by-value, but they have to be constructed somehow and this interface captures that.
BindingMutable  
 

Class Summary
Binding0 Special purpose binding for nothing.
Binding1 Special purpose binding for adding just one name/value slot.
BindingBase Machinary encapsulating a mapping from a name to a value.
BindingComparator  
BindingFactory  
BindingFixed A binding that is fixed - used in calculating DISTINCT result sets.
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.
BindingIndex com.hp.hpl.jena.query.core.BindingIndex Convert between Bindings (the core main abstraction) and Jena's old style internal graph format.
BindingInputStream Language for reading in a stream of bindings.
BindingOutputStream Parser for the RDF Tuples language
BindingProject  
BindingProjectBase  
BindingProjectNamed  
BindingRoot Special purpose binding for the root of all bindings.
BindingUtils  
BindingWrapped A binding that wraps another.
 



Licenced under the Apache License, Version 2.0