Interface IMessageDecorator
- All Known Subinterfaces:
-
IReportDecorator
- All Known Implementing Classes:
-
DefaultMessageDecorator
,DefaultReportDecorator
,LogMessageDecorator
public interface IMessageDecorator
Used to create custom representations of
ReportMessage
as String.
-
Method Summary
Modifier and TypeMethodDescriptiondecorateMessage
(ReportMessage message) ConvertsReportMessage
into a string.
-
Method Details
-
decorateMessage
ConvertsReportMessage
into a string.- Parameters:
-
message
- is a message of the optimization report - Returns:
- string representation of the message
-