Uses of Class
org.lfenergy.compas.sct.commons.dto.SubNetworkDTO
Package
Description
commons.api contains interfaces for manipulating SCL Files
sct.commons.dto is a group of DTO utils for operating on
SCL
services-
Uses of SubNetworkDTO in org.lfenergy.compas.sct.commons
Modifier and TypeMethodDescriptionvoid
SclService.addSubnetworks
(SCL scd, List<SubNetworkDTO> subNetworks, SCL icd) -
Uses of SubNetworkDTO in org.lfenergy.compas.sct.commons.api
Modifier and TypeMethodDescriptionSclElementsProvider.getSubnetwork
(SCL scd) Gets list of SCL SubNetworksModifier and TypeMethodDescriptionvoid
SclEditor.addSubnetworks
(SCL scd, List<SubNetworkDTO> subNetworks, SCL icd) Adds new SubNetworks in SCL file from ICD file -
Uses of SubNetworkDTO in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionstatic SubNetworkDTO
SubNetworkDTO.from
(SubNetworkAdapter subNetworkAdapter) Initializes SubNetworkDTOModifier and TypeMethodDescriptionstatic List<SubNetworkDTO>
SubNetworkDTO.createDefaultSubnetwork
(String iedName, TCommunication communication, List<SubNetworkTypeDTO> subNetworkTypes) Create default Subnetwork in Communication node of SCL file