public class SimpleModelAnalyzer extends Object implements ModelAnalyzer
ModelAnalyzer.Status| Constructor and Description |
|---|
SimpleModelAnalyzer() |
| 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
|
public void init()
ModelAnalyzerinit in interface ModelAnalyzerpublic AnalysisResult analyze(SoMoXConfiguration somoxConfiguration, HashMap<String,ExtractionResult> extractionResultMap, org.eclipse.core.runtime.IProgressMonitor progressMonitor) throws ModelAnalyzerException
ModelAnalyzeranalyze in interface ModelAnalyzersomoxConfiguration - Configuration of this analyzerextractionResultMap - The map of extraction resultsModelAnalyzerExceptionpublic ModelAnalyzer.Status getStatus()
ModelAnalyzergetStatus in interface ModelAnalyzer