Uses of Class
de.rwth.swc.coffee4j.algorithmic.report.Report
-
-
Uses of Report in de.rwth.swc.coffee4j.algorithmic.interleaving.report
Methods in de.rwth.swc.coffee4j.algorithmic.interleaving.report with parameters of type Report Modifier and Type Method Description voidEmptyInterleavingGenerationReporter. report(ReportLevel level, Report report)Method parameters in de.rwth.swc.coffee4j.algorithmic.interleaving.report with type arguments of type Report Modifier and Type Method Description voidEmptyInterleavingGenerationReporter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of Report in de.rwth.swc.coffee4j.algorithmic.report
Methods in de.rwth.swc.coffee4j.algorithmic.report that return Report Modifier and Type Method Description static ReportReport. report(String report, Object... arguments)Methods in de.rwth.swc.coffee4j.algorithmic.report with parameters of type Report Modifier and Type Method Description voidReporter. report(ReportLevel level, Report report)Reports the givenReportat the specified level.default voidReporter. reportDebug(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.DEBUGand the given report.default voidReporter. reportError(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.ERRORand the given report.default voidReporter. reportFatal(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.FATALand the given report.default voidReporter. reportInfo(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.INFOand the given report.default voidReporter. reportTrace(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.TRACEand the given report.default voidReporter. reportWarn(Report report)CallsReporter.report(ReportLevel, Report)with the levelReportLevel.WARNand the given report.Method parameters in de.rwth.swc.coffee4j.algorithmic.report with type arguments of type Report Modifier and Type Method Description voidReporter. report(ReportLevel level, Supplier<Report> reportSupplier)This method has the same intentions asReporter.report(ReportLevel, Report), but a supplier is given.default voidReporter. reportDebug(Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.DEBUGand the given supplier.default voidReporter. reportError(Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.ERRORand the given supplier.default voidReporter. reportFatal(Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.FATALand the given supplier.default voidReporter. reportInfo(Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.INFOand the given supplier.default voidReporter. reportTrace(Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.TRACEand the given supplier.default voidReporter. reportWarn(Supplier<Report> reportSupplier)CallsReporter.report(ReportLevel, Supplier)with the levelReportLevel.WARNand the given supplier.Constructors in de.rwth.swc.coffee4j.algorithmic.report with parameters of type Report Constructor Description Report(Report report)Copy constructor. -
Uses of Report in de.rwth.swc.coffee4j.algorithmic.sequential.report
Methods in de.rwth.swc.coffee4j.algorithmic.sequential.report with parameters of type Report Modifier and Type Method Description voidEmptySequentialGenerationReporter. report(ReportLevel level, Report report)Method parameters in de.rwth.swc.coffee4j.algorithmic.sequential.report with type arguments of type Report Modifier and Type Method Description voidEmptySequentialGenerationReporter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of Report 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 Report Modifier and Type Method Description voidInterleavingExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Report report)Method parameters in de.rwth.swc.coffee4j.engine.process.phase.interleaving.generation with type arguments of type Report Modifier and Type Method Description voidInterleavingExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of Report 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 Report Modifier and Type Method Description voidSequentialExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Report report)Method parameters in de.rwth.swc.coffee4j.engine.process.phase.sequential.generation with type arguments of type Report Modifier and Type Method Description voidSequentialExecutionReporterToGenerationReporterAdapter. report(ReportLevel level, Supplier<Report> reportSupplier) -
Uses of Report in de.rwth.swc.coffee4j.engine.process.report.interleaving
Methods in de.rwth.swc.coffee4j.engine.process.report.interleaving with parameters of type Report Modifier and Type Method Description voidLoggingInterleavingExecutionReporter. report(ReportLevel level, Report report) -
Uses of Report in de.rwth.swc.coffee4j.engine.process.report.sequential
Methods in de.rwth.swc.coffee4j.engine.process.report.sequential with parameters of type Report Modifier and Type Method Description voidLoggingSequentialExecutionReporter. report(ReportLevel level, Report report) -
Uses of Report in de.rwth.swc.coffee4j.engine.report
Methods in de.rwth.swc.coffee4j.engine.report with parameters of type Report 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.
-