Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
org.eclipse.rdf4j.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextStatement
An extension of
SimpleStatement that adds a context field. |
class |
ContextStatementImpl
Deprecated.
since 2.0. Use
ContextStatement instead for extension, and ValueFactory for
instantiation. |
class |
StatementImpl
Deprecated.
since 2.0. Use
SimpleStatement instead for extension, and ValueFactory for instantiation. |
Modifier and Type | Class and Description |
---|---|
class |
MemStatement
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is
explicit or inferred.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.