Uses of Class
de.rwth.swc.coffee4j.algorithmic.report.ReportLevel
-
-
Uses of ReportLevel in de.rwth.swc.coffee4j.algorithmic.interleaving.report
Methods in de.rwth.swc.coffee4j.algorithmic.interleaving.report with parameters of type ReportLevel Modifier and Type Method Description voidEmptyInterleavingGenerationReporter. report(ReportLevel level, Report report)voidEmptyInterleavingGenerationReporter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of ReportLevel in de.rwth.swc.coffee4j.algorithmic.report
Methods in de.rwth.swc.coffee4j.algorithmic.report that return ReportLevel Modifier and Type Method Description static ReportLevelReportLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportLevel[]ReportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.rwth.swc.coffee4j.algorithmic.report with parameters of type ReportLevel Modifier and Type Method Description booleanReportLevel. isWorseThanOrEqualTo(ReportLevel otherLevel)Checks if the level given to the method is higher than the own level, or at least equal.voidReporter. report(ReportLevel level, Report report)Reports the givenReportat the specified level.voidReporter. report(ReportLevel level, Supplier<Report> reportSupplier)This method has the same intentions asReporter.report(ReportLevel, Report), but a supplier is given. -
Uses of ReportLevel in de.rwth.swc.coffee4j.algorithmic.sequential.report
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.report with parameters of type ReportLevel Modifier and Type Method Description voidEmptySequentialGenerationReporter. report(ReportLevel level, Report report)voidEmptySequentialGenerationReporter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of ReportLevel in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with parameters of type ReportLevel Modifier and Type Method Description voidInterleavingExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Report report)voidInterleavingExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of ReportLevel in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation
Methods in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with parameters of type ReportLevel Modifier and Type Method Description voidSequentialExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Report report)voidSequentialExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of ReportLevel in de.rwth.swc.coffee4j.engine.process.report.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.report.interleaving with parameters of type ReportLevel Modifier and Type Method Description voidLoggingInterleavingExecutionReporter. report(ReportLevel level, Report report) -
Uses of ReportLevel in de.rwth.swc.coffee4j.engine.process.report.sequential
Methods in de.rwth.swc.coffee4j.engine.process.report.sequential with parameters of type ReportLevel Modifier and Type Method Description voidLoggingSequentialExecutionReporter. report(ReportLevel level, Report report) -
Uses of ReportLevel in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report that return ReportLevel Modifier and Type Method Description ReportLevelDelegatingInterleavingExecutionReporter. getReportLevel()ReportLevelDelegatingSequentialExecutionReporter. getReportLevel()default ReportLevelExecutionReporter. getReportLevel()Specifies the level of reports this reporter wants to get.Methods in de.rwth.swc.coffee4j.engine.report with parameters of type ReportLevel Modifier and Type Method Description voidDelegatingInterleavingExecutionReporter. report(ReportLevel level, Report report)voidDelegatingSequentialExecutionReporter. report(ReportLevel level, Report report)default voidExecutionReporter. report(ReportLevel level, Report report)Called if any algorithm made a report for and event not covered by any of the life cycle callback methods. -
Uses of ReportLevel in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.reporter
Methods in de.rwth.swc.coffee4j.junit.engine.annotation.configuration.reporter that return ReportLevel Modifier and Type Method Description ReportLevellevel()Gets theReportLevelof the suppliedExecutionReporter
-