Interface IPostComponentDetectionStrategy

All Known Implementing Classes:
DeleteInitialComponentCandidatesStrategy, DummyPostComponentDetectionStrategy

public interface IPostComponentDetectionStrategy
Strategy for cleaning up components, remove potentially initial components, etc.
  • Method Details

    • postComponentDetection

      void postComponentDetection(AbstractMoxConfiguration somoxConfiguration, SimpleAnalysisResult analysisResult, IProgressMonitor progressMonitor)
      Used to clean up components, remove potentially initial components, etc.
      Parameters:
      detectedComponents -
      somoxConfiguration -
      analysisResult -
      progressMonitor -