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
    • Method Detail

      • preprocess

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