Interface ISubmissionMatchGroup<T extends ISubmissionMatch>

    • Method Detail

      • addMatch

        void addMatch​(T match)
        Add a SubmissionMatch to the list (used by ReportGenerator)
        Parameters:
        match - the SubmissionMatch to be added
      • getMatches

        java.util.List<T> getMatches()
        Get the matches
        Returns:
        The stored list of SubmissionMatch objects.
      • getReason

        java.lang.String getReason()
        Get the descriptor
        Returns:
        The type of plagiarism that was detected for these matches.