Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces
|
org.eclipse.rdf4j.sail.extensiblestore.valuefactory | |
org.eclipse.rdf4j.sail.memory.model |
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. |
static class |
LinkedHashModel.ModelStatement |
class |
SimpleStatement
A simple default implementation of the
Statement interface for statements that don't have an associated
context. |
class |
StatementImpl
Deprecated.
since 2.0. Use
SimpleStatement instead for extension, and ValueFactory for instantiation. |
Modifier and Type | Class and Description |
---|---|
class |
ExtensibleContextStatement |
class |
ExtensibleStatementImpl |
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-2022 Eclipse Foundation. All Rights Reserved.