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.
BindingInputStream Language for reading in a stream of bindings.
BindingOutputStream Parser for the RDF Tuples language
BindingProject Project a binding, given a specific collection of visible variables
BindingProjectBase Common framework for projection; the projection policy is provided by abstract method BindingProjectBase.accept(Var)
BindingProjectNamed Project only named variables (i.e.
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