Interface SecurityAnalysisExecution

All Known Implementing Classes:
DistributedSecurityAnalysisExecution, ForwardedSecurityAnalysisExecution, SecurityAnalysisExecutionImpl

public interface SecurityAnalysisExecution
Represents a security analysis to be executed on inputs typically provided as files and text-formatted options. The actual execution may happen inside this JVM, based on an underlying SecurityAnalysis implementation, or be forwarded to external processes through a ComputationManager.
Author:
Sylvain Leclerc <sylvain.leclerc at rte-france.com>