Class StatementScrutinizer

    • Constructor Detail

      • StatementScrutinizer

        public StatementScrutinizer()
    • Method Detail

      • scrutinizeStatementEntityEdit

        public void scrutinizeStatementEntityEdit​(StatementEntityEdit update)
      • scrutinize

        public abstract void scrutinize​(org.wikidata.wdtk.datamodel.interfaces.Statement statement,
                                        org.wikidata.wdtk.datamodel.interfaces.EntityIdValue entityId,
                                        boolean added)
        The method that should be overridden by subclasses, implementing the checks on one statement
        Parameters:
        statement - : the statement to scrutinize
        entityId - : the id of the entity on which this statement is made or removed
        added - : whether this statement was added or deleted