public interface ModelAnalyzer
| Modifier and Type | Interface and Description |
|---|---|
static class |
ModelAnalyzer.Status
The result status of the model analyzer
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
analyze(SoMoXConfiguration somoxConfiguration,
HashMap<String,ExtractionResult> extractionResultMap,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Execute the analyzer
|
ModelAnalyzer.Status |
getStatus()
Get the status from the analyzer
|
void |
init()
initialize the analyzer
|
void init()
AnalysisResult analyze(SoMoXConfiguration somoxConfiguration, HashMap<String,ExtractionResult> extractionResultMap, org.eclipse.core.runtime.IProgressMonitor progressMonitor) throws ModelAnalyzerException
preferences - The preferences for this analyzersomoxConfiguration - Configuration of this analyzerextractionResultMap - The map of extraction resultsModelAnalyzerExceptionModelAnalyzer.Status getStatus()