Interface SecurityAnalysisPreprocessor
public interface SecurityAnalysisPreprocessor
A preprocessor which may be called before the execution of a security analysis,
in order to customize its
SecurityAnalysisInputInterface
, in particular
contingencies and limit violations detection.- Author:
- Sylvain Leclerc <sylvain.leclerc at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Customize the security analysis configuration.
-
Method Details
-
preprocess
Customize the security analysis configuration.- Parameters:
input
- The configuration to be customized.
-