Interface SecurityAnalysisPreprocessor


public interface SecurityAnalysisPreprocessor
A preprocessor which may be called before the execution of a security analysis, in order to customize its SecurityAnalysisInput, in particular contingencies and limit violations detection.
Author:
Sylvain Leclerc <sylvain.leclerc at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Customize the security analysis configuration.
  • Method Details

    • preprocess

      void preprocess(SecurityAnalysisInput input)
      Customize the security analysis configuration.
      Parameters:
      input - The configuration to be customized.