Class DummyPostComponentDetectionStrategy
java.lang.Object
org.somox.analyzer.simplemodelanalyzer.detection.DummyPostComponentDetectionStrategy
- All Implemented Interfaces:
IPostComponentDetectionStrategy
public class DummyPostComponentDetectionStrategy
extends Object
implements IPostComponentDetectionStrategy
Dummy with empty behaviour.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postComponentDetection
(AbstractMoxConfiguration somoxConfiguration, SimpleAnalysisResult analysisResult, IProgressMonitor progressMonitor) Used to clean up components, remove potentially initial components, etc.
-
Constructor Details
-
DummyPostComponentDetectionStrategy
public DummyPostComponentDetectionStrategy()
-
-
Method Details
-
postComponentDetection
public void postComponentDetection(AbstractMoxConfiguration somoxConfiguration, SimpleAnalysisResult analysisResult, IProgressMonitor progressMonitor) Description copied from interface:IPostComponentDetectionStrategy
Used to clean up components, remove potentially initial components, etc.- Specified by:
postComponentDetection
in interfaceIPostComponentDetectionStrategy
-