Class UnboundStatement

java.lang.Object
org.eclipse.rdf4j.federated.structures.UnboundStatement
All Implemented Interfaces:
Serializable, Statement

public class UnboundStatement extends Object implements Statement
See Also:
  • Field Details Link icon

    • subj Link icon

      protected final Resource subj
    • pred Link icon

      protected final IRI pred
    • obj Link icon

      protected final Value obj
  • Constructor Details Link icon

    • UnboundStatement Link icon

      public UnboundStatement(Resource subj, IRI pred, Value obj)
  • Method Details Link icon

    • getContext Link icon

      public Resource getContext()
      Description copied from interface: Statement
      Gets the context of this statement.
      Specified by:
      getContext in interface Statement
      Returns:
      The statement's context, or null in case of the null context or if not applicable.
    • getObject Link icon

      public Value getObject()
      Description copied from interface: Statement
      Gets the object of this statement.
      Specified by:
      getObject in interface Statement
      Returns:
      The statement's object.
    • getPredicate Link icon

      public IRI getPredicate()
      Description copied from interface: Statement
      Gets the predicate of this statement.
      Specified by:
      getPredicate in interface Statement
      Returns:
      The statement's predicate.
    • getSubject Link icon

      public Resource getSubject()
      Description copied from interface: Statement
      Gets the subject of this statement.
      Specified by:
      getSubject in interface Statement
      Returns:
      The statement's subject.