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 Details

    • decorateMessage

      String decorateMessage (ReportMessage message)
      Converts ReportMessage into a string.
      Parameters:
      message - is a message of the optimization report
      Returns:
      string representation of the message