Class AbstractTriple.GenericTriple

java.lang.Object
org.eclipse.rdf4j.model.base.AbstractTriple
org.eclipse.rdf4j.model.base.AbstractTriple.GenericTriple
All Implemented Interfaces:
Serializable, Resource, Triple, Value
Enclosing class:
AbstractTriple

static class AbstractTriple.GenericTriple extends AbstractTriple
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • subject

      private final Resource subject
    • predicate

      private final IRI predicate
    • object

      private final Value object
  • Constructor Details

  • Method Details

    • getSubject

      public Resource getSubject()
      Description copied from interface: Triple
      Gets the subject of this triple.
      Returns:
      The triple's subject.
    • getPredicate

      public IRI getPredicate()
      Description copied from interface: Triple
      Gets the predicate of this triple.
      Returns:
      The triple's predicate.
    • getObject

      public Value getObject()
      Description copied from interface: Triple
      Gets the object of this triple.
      Returns:
      The triple's object.