Interface | Description |
---|---|
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 | Description |
---|---|
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 | |
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