Interface IIssueReceiver

All Known Implementing Classes:
ShowAccuracyInfluenceAnalysisErrorsJob

public interface IIssueReceiver
Interface to describe that issues can be added to an implementing class. Used for error reporting.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addIssues(List<de.uka.ipd.sdq.errorhandling.SeverityAndIssue> issues)
    Makes issues known.
  • Method Details

    • addIssues

      void addIssues(List<de.uka.ipd.sdq.errorhandling.SeverityAndIssue> issues)
      Makes issues known.
      Parameters:
      issues - List of issues.