Interface SubstationEditor

All Known Implementing Classes:
SubstationService

public interface SubstationEditor
Service class that will be used to create, update or delete elements related to the TSubstation object.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSubstation(@NonNull SCL scd, @NonNull SCL ssd)
    Adds or Updates Substation section in SCL
  • Method Details

    • addSubstation

      void addSubstation(@NonNull @NonNull SCL scd, @NonNull @NonNull SCL ssd) throws ScdException
      Adds or Updates Substation section in SCL
      Parameters:
      scd - SCL file in which Substation should be added/updated
      ssd - SCL file from which Substation should be copied
      Throws:
      ScdException - throws when SCD contents already another Substation, or with different name, or contents more than one Substation