| AbstractModel |
Provides basic operations that are common to all Models.
|
| BooleanLiteral |
An extension of SimpleLiteral that stores a boolean value to avoid parsing.
|
| ContextStatement |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| DynamicModel |
A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.
|
| LinkedHashModel |
Hash table based implementation of the Model interface.
|
| SimpleLiteral |
A simple default implementation of the Literal interface.
|
| SimpleStatement |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| SimpleValueFactory |
|
| TreeModel |
A Red-Black tree based Model implementation.
|