Class CgmesShortCircuitPostProcessor

java.lang.Object
com.powsybl.cgmes.shorcircuit.CgmesShortCircuitPostProcessor
All Implemented Interfaces:
CgmesImportPostProcessor

@AutoService(CgmesImportPostProcessor.class) public class CgmesShortCircuitPostProcessor extends Object implements CgmesImportPostProcessor
Author:
Miora Vedelago <miora.ralambotiana at rte-france.com>
  • Constructor Details

    • CgmesShortCircuitPostProcessor

      public CgmesShortCircuitPostProcessor()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: CgmesImportPostProcessor
      Get post processor name. It has to be unique among all CGMES post-processors.
      Specified by:
      getName in interface CgmesImportPostProcessor
      Returns:
      post processor name
    • process

      public void process(Network network, TripleStore tripleStore)
      Description copied from interface: CgmesImportPostProcessor
      Method called after all base data have been processed. It is called one time per CGMES conversion. It is expected in this method to query triple store for additional data and to attach IIDM extensions to network.
      Specified by:
      process in interface CgmesImportPostProcessor
      Parameters:
      network - the IIDM network model
      tripleStore - the triple store