Class ExtensibleStatementImpl

java.lang.Object
org.eclipse.rdf4j.model.impl.GenericStatement<Resource,IRI,Value>
org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementImpl
All Implemented Interfaces:
Serializable, Statement, ExtensibleStatement

public class ExtensibleStatementImpl extends GenericStatement<Resource,IRI,Value> implements ExtensibleStatement
See Also:
  • Constructor Details Link icon

    • ExtensibleStatementImpl Link icon

      public ExtensibleStatementImpl(Resource subject, IRI predicate, Value object, Resource context, boolean inferred)
      Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
      Parameters:
      subject - The statement's subject, must not be null.
      predicate - The statement's predicate, must not be null.
      object - The statement's object, must not be null.
      context - The statement's context, null to indicate no context is associated.
  • Method Details Link icon