Package org.openrdf.model.impl

Default implementations of the RDF model interfaces.

See:
          Description

Class Summary
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.
GraphImpl  
IntegerLiteralImpl An extension of LiteralImpl that stores an integer value using a BigInteger object.
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.
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.
 

Package org.openrdf.model.impl Description

Default implementations of the RDF model interfaces.



Copyright © 2001-2012 Aduna. All Rights Reserved.