Interface ExportResult


public interface ExportResult
The result of an extraction process. This result object contains all information about the last export
  • Method Details

    • getResultStatus

      AnalysisResult.ResultStatus getResultStatus()
      The result status of the export. Will be one of the constants AnalysisResult.ResultStatus
      Returns:
      The status of the export
    • getModelAnalyzer

      Exporter getModelAnalyzer()
      Get the Exporter that was executed
      Returns:
      The exporter that was executed
    • addMessage

      void addMessage(Message message)
      Add a message object to the result
      Parameters:
      message - The message object
    • getMessages

      List<Message> getMessages()
      Get a list of all message objects assigned to this result
      Returns:
      List of all assigned message objects