-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from com-pas/labels_to_ext_manager
Extended the Extension Managers with methods for Labels.
- Loading branch information
Showing
24 changed files
with
259 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<!-- SPDX-FileCopyrightText: 2021 Alliander N.V. --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:ns2="https://www.lfenergy.org/compas/extension/v1"> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:compas="https://www.lfenergy.org/compas/extension/v1"> | ||
<Private type="compas-scl"> | ||
<ns2:SclName>project</ns2:SclName> | ||
<ns2:SclFileType>CID</ns2:SclFileType> | ||
<compas:SclName>project</compas:SclName> | ||
<compas:SclFileType>CID</compas:SclFileType> | ||
<compas:Labels> | ||
<compas:Label>Label1</compas:Label> | ||
</compas:Labels> | ||
</Private> | ||
<Header id="370e5d89-df3a-4d9b-a651-3dc5cb28bee1" version="1.0.0"/> | ||
</SCL> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!-- SPDX-FileCopyrightText: 2021 Alliander N.V. --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:ns2="https://www.lfenergy.org/compas/extension/v1"> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL"> | ||
<Header id="370e5d89-df3a-4d9b-a651-3dc5cb28bee1" version="1.0.0"/> | ||
</SCL> |
7 changes: 5 additions & 2 deletions
7
scl2003/src/test/resources/scl/scl_without_filetype_compas_private.scd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<!-- SPDX-FileCopyrightText: 2021 Alliander N.V. --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:ns2="https://www.lfenergy.org/compas/extension/v1"> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:compas="https://www.lfenergy.org/compas/extension/v1"> | ||
<Private type="compas-scl"> | ||
<ns2:SclName>project</ns2:SclName> | ||
<compas:SclName>project</compas:SclName> | ||
<compas:Labels> | ||
<compas:Label>Label1</compas:Label> | ||
</compas:Labels> | ||
</Private> | ||
<Header id="370e5d89-df3a-4d9b-a651-3dc5cb28bee1" version="1.0.0"/> | ||
</SCL> |
10 changes: 10 additions & 0 deletions
10
scl2003/src/test/resources/scl/scl_without_labels_compas_private.scd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!-- SPDX-FileCopyrightText: 2021 Alliander N.V. --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:compas="https://www.lfenergy.org/compas/extension/v1"> | ||
<Private type="compas-scl"> | ||
<compas:SclName>project</compas:SclName> | ||
<compas:SclFileType>CID</compas:SclFileType> | ||
</Private> | ||
<Header id="370e5d89-df3a-4d9b-a651-3dc5cb28bee1" version="1.0.0"/> | ||
</SCL> |
7 changes: 5 additions & 2 deletions
7
scl2003/src/test/resources/scl/scl_without_sclname_compas_private.scd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<!-- SPDX-FileCopyrightText: 2021 Alliander N.V. --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:ns2="https://www.lfenergy.org/compas/extension/v1"> | ||
<SCL xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:compas="https://www.lfenergy.org/compas/extension/v1"> | ||
<Private type="compas-scl"> | ||
<ns2:SclFileType>CID</ns2:SclFileType> | ||
<compas:SclFileType>CID</compas:SclFileType> | ||
<compas:Labels> | ||
<compas:Label>Label1</compas:Label> | ||
</compas:Labels> | ||
</Private> | ||
<Header id="370e5d89-df3a-4d9b-a651-3dc5cb28bee1" version="1.0.0"/> | ||
</SCL> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.