Interface SecurityAnalysisPreprocessorFactory

  • All Known Implementing Classes:
    ContingenciesProviderPreprocessorFactory

    public interface SecurityAnalysisPreprocessorFactory
    In charge of building instances of SecurityAnalysisPreprocessor based on an arbitrary configuration provided as a source of bytes.

    In particular, will be used to preprocess security analysis inputs with a file provided on the command line itools security-analysis. For that purpose, only one factory must be provided at runtime as a service.

    Author:
    Sylvain Leclerc