Class SubQuery

java.lang.Object
org.eclipse.rdf4j.federated.structures.SubQuery
All Implemented Interfaces:
Serializable

public class SubQuery extends Object implements Serializable
See Also:
  • Field Details

    • subj

      protected final Resource subj
    • pred

      protected final IRI pred
    • obj

      protected final Value obj
    • contexts

      protected final Resource[] contexts
      the contexts, length zero array for triple mode query
  • Constructor Details

  • Method Details

    • isUnbound

      public boolean isUnbound()
      Returns:
      true if this subquery is unbound in all three positions
    • subject

      public Resource subject()
    • predicate

      public IRI predicate()
    • object

      public Value object()
    • contexts

      public Resource[] contexts()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object