public interface ExportResult
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExportResult.ResultStatus
The result status of the export step
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(Message message)
Add a message object to the result
|
List<Message> |
getMessages()
Get a list of all message objects assigned to this result
|
Exporter |
getModelAnalyzer()
Get the Exporter that was executed
|
AnalysisResult.ResultStatus |
getResultStatus()
The result status of the export.
|
AnalysisResult.ResultStatus getResultStatus()
Exporter getModelAnalyzer()
void addMessage(Message message)
message - The message object