Uses of Class
org.eclipse.rdf4j.model.impl.SimpleStatement
-
Packages that use SimpleStatement Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.sail.extensiblestore.valuefactory org.eclipse.rdf4j.sail.memory.model -
-
Uses of SimpleStatement in org.eclipse.rdf4j.model.impl
Subclasses of SimpleStatement in org.eclipse.rdf4j.model.impl Modifier and Type Class Description class
ContextStatement
An extension ofSimpleStatement
that adds a context field.class
ContextStatementImpl
Deprecated.since 2.0.static class
LinkedHashModel.ModelStatement
class
StatementImpl
Deprecated.since 2.0. -
Uses of SimpleStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Subclasses of SimpleStatement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory Modifier and Type Class Description class
ExtensibleContextStatement
class
ExtensibleStatementImpl
-
Uses of SimpleStatement in org.eclipse.rdf4j.sail.memory.model
Subclasses of SimpleStatement in org.eclipse.rdf4j.sail.memory.model Modifier and Type Class Description class
MemStatement
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.
-