Class CgmesGLImportPostProcessor

java.lang.Object
com.powsybl.cgmes.gl.CgmesGLImportPostProcessor
All Implemented Interfaces:
CgmesImportPostProcessor

@AutoService(CgmesImportPostProcessor.class) public class CgmesGLImportPostProcessor extends Object implements CgmesImportPostProcessor
Author:
Massimo Ferraro <[email protected]>
  • Constructor Details

    • CgmesGLImportPostProcessor

      public CgmesGLImportPostProcessor()
  • 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