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 TypeMethodDescriptionvoidaddSubstation(@NonNull SCL scd, @NonNull SCL ssd) Adds or Updates Substation section in SCL
-
Method Details
-
addSubstation
Adds or Updates Substation section in SCL- Parameters:
scd- SCL file in which Substation should be added/updatedssd- 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
-