Class LoadFlowResultsCompletionPostProcessor
- java.lang.Object
-
- com.powsybl.loadflow.resultscompletion.LoadFlowResultsCompletionPostProcessor
-
- All Implemented Interfaces:
ImportPostProcessor
@AutoService(ImportPostProcessor.class) public class LoadFlowResultsCompletionPostProcessor extends Object implements ImportPostProcessor
- Author:
- Massimo Ferraro
-
-
Constructor Summary
Constructors Constructor Description LoadFlowResultsCompletionPostProcessor()
LoadFlowResultsCompletionPostProcessor(PlatformConfig platformConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
process(Network network, ComputationManager computationManager)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.powsybl.iidm.network.ImportPostProcessor
process
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LoadFlowResultsCompletionPostProcessor
public LoadFlowResultsCompletionPostProcessor()
-
LoadFlowResultsCompletionPostProcessor
public LoadFlowResultsCompletionPostProcessor(PlatformConfig platformConfig)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceImportPostProcessor
-
process
public void process(Network network, ComputationManager computationManager) throws Exception
- Specified by:
process
in interfaceImportPostProcessor
- Throws:
Exception
-
-