Class SimpleStatement

java.lang.Object
org.eclipse.rdf4j.model.base.AbstractStatement
org.eclipse.rdf4j.model.impl.SimpleStatement
All Implemented Interfaces:
Serializable, Statement
Direct Known Subclasses:
ContextStatement, ExtensibleStatementImpl

@Deprecated(since="4.1.0", forRemoval=true) public class SimpleStatement extends AbstractStatement
Deprecated, for removal: This API element is subject to removal in a future version.
A simple default implementation of the Statement interface for statements that don't have an associated context. For statements that do have an associated context, ContextStatement can be used.
See Also: