|
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. |
| BindingIndex |
com.hp.hpl.jena.query.core.BindingIndex
Convert between Bindings (the core main abstraction)
and Jena's old style internal graph format. |
| BindingKey |
A binding helper that can be a key in a Set or Map. |
| BindingMap |
A mapping from a name to a value such that we can create a tree of levels
with higher (earlier levels) being shared. |
| BindingNamedVar |
A binding modifier that hides nondistinguished variables |
| BindingProject |
|
| BindingRoot |
Special purpose binding for the root of all bindings. |
| BindingUtils |
|
| BindingWrapped |
A binding that wraps another. |