Class RemoveGroundsPostProcessor

java.lang.Object
com.powsybl.cgmes.conversion.RemoveGroundsPostProcessor
All Implemented Interfaces:
CgmesImportPostProcessor

@AutoService(CgmesImportPostProcessor.class) public class RemoveGroundsPostProcessor extends Object implements CgmesImportPostProcessor
Author:
Luma ZamarreƱo <[email protected]>
  • Field Details

  • Constructor Details

    • RemoveGroundsPostProcessor

      public RemoveGroundsPostProcessor()
    • RemoveGroundsPostProcessor

      public RemoveGroundsPostProcessor(PlatformConfig platformConfig)
  • 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