Package org.somox.export
Interface ExportResult
public interface ExportResult
The result of an extraction process.
This result object contains all information about the last export
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The result status of the export step -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMessage
(Message message) Add a message object to the resultGet a list of all message objects assigned to this resultGet the Exporter that was executedThe result status of the 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
Add a message object to the result- Parameters:
message
- The message object
-
getMessages
Get a list of all message objects assigned to this result- Returns:
- List of all assigned message objects
-