Class Changeset.SimpleStatementPattern

  • Enclosing class:
    Changeset

    public static class Changeset.SimpleStatementPattern
    extends Object
    • Constructor Detail

      • SimpleStatementPattern

        public SimpleStatementPattern​(Resource subject,
                                      IRI predicate,
                                      Value object,
                                      Resource context,
                                      boolean allContexts)
    • Method Detail

      • getSubject

        public Resource getSubject()
      • getPredicate

        public IRI getPredicate()
      • getObject

        public Value getObject()
      • getContext

        public Resource getContext()
      • isAllContexts

        public boolean isAllContexts()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object