Class AbstractStatement

    • Constructor Detail

      • AbstractStatement

        public AbstractStatement()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Description copied from interface: Statement
        Compares this statement to another object.
        Specified by:
        equals in interface Statement
        Overrides:
        equals in class java.lang.Object
        Parameters:
        o - the object to compare this statement to
        Returns:
        true if the other object is an instance of Statement and if their subjects, predicates, objects and contexts are equal; false otherwise
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object