Class SclAutomationService

java.lang.Object
org.lfenergy.compas.sct.app.SclAutomationService

public class SclAutomationService extends Object
A representation of the SclAutomationService.

The following features are supported:

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final List<SubNetworkTypeDTO>
    Possible Subnetwork and ConnectedAP names which should be used in generated SCD in order a have global coherence Configuration based on used framework can be used to externalize this datas
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createSCD(@NonNull SCL ssd, @NonNull HeaderDTO headerDTO, List<SCL> stds)
    Create an SCD file from specified parameters, it calls all functions defined in the process one by one, every step return an SCD file which will be used by the next step.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SUB_NETWORK_TYPES

      public static final List<SubNetworkTypeDTO> SUB_NETWORK_TYPES
      Possible Subnetwork and ConnectedAP names which should be used in generated SCD in order a have global coherence Configuration based on used framework can be used to externalize this datas
  • Constructor Details

    • SclAutomationService

      public SclAutomationService()
  • Method Details

    • createSCD

      public SCL createSCD(@NonNull @NonNull SCL ssd, @NonNull @NonNull HeaderDTO headerDTO, List<SCL> stds) throws ScdException
      Create an SCD file from specified parameters, it calls all functions defined in the process one by one, every step return an SCD file which will be used by the next step.
      Parameters:
      ssd - : (mandatory) file contains substation datas
      headerDTO - : (mandatory) object which hold header datas and historys' one
      stds - : list of STD files containing IED datas (IED, Communication and DataTypeTemplate)
      Returns:
      an SCD object
      Throws:
      ScdException