See: Description
| Class | Description |
|---|---|
| AbstractModel |
Provides basic operations that are common to all Models.
|
| BNodeImpl |
An implementation of the
BNode interface. |
| BooleanLiteralImpl |
An extension of
LiteralImpl that stores a boolean value to avoid
parsing. |
| CalendarLiteralImpl |
An extension of
LiteralImpl that stores a calendar value to avoid
parsing. |
| ContextStatementImpl |
An extension of
StatementImpl that adds a context field. |
| DecimalLiteralImpl |
An extension of
LiteralImpl that stores an integer value using a
BigDecimal object. |
| EmptyModel |
Blocks access to the statements of the model, allowing only changes to the
model's namespaces.
|
| FilteredModel |
Applies a basic graph pattern filter to what triples can be see.
|
| GraphImpl | Deprecated
since release 2.7.0.
|
| IntegerLiteralImpl |
An extension of
LiteralImpl that stores an integer value using a
BigInteger object. |
| LinkedHashModel |
Hash table based implementation of the
Model interface. |
| LiteralImpl |
An implementation of the
Literal interface. |
| NamespaceImpl |
A default implementation of the
Namespace interface. |
| NumericLiteralImpl |
An extension of
LiteralImpl that stores a numeric value to avoid
parsing. |
| StatementImpl |
An implementation of the
Statement interface for statements that
don't have an associated context. |
| TreeModel |
A Red-Black tree based
Model implementation. |
| URIImpl |
The default implementation of the
URI interface. |
| ValueFactoryBase |
Abstract base class for
ValueFactory implementations that implements
the utility methods for creating literals for basic types by calling the
generic ValueFactory.createLiteral(String, URI) with the appropriate
value and datatype. |
| ValueFactoryImpl |
Default implementation of the ValueFactory interface that uses the RDF model
classes from this package.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.