Uses of Class
org.lfenergy.compas.sct.commons.dto.SubNetworkDTO
Packages that use 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
Methods in org.lfenergy.compas.sct.commons that return types with arguments of type SubNetworkDTOMethod parameters in org.lfenergy.compas.sct.commons with type arguments of type SubNetworkDTOModifier and TypeMethodDescriptionvoid
SclService.addSubnetworks
(SCL scd, List<SubNetworkDTO> subNetworks, SCL icd) -
Uses of SubNetworkDTO in org.lfenergy.compas.sct.commons.api
Methods in org.lfenergy.compas.sct.commons.api that return types with arguments of type SubNetworkDTOModifier and TypeMethodDescriptionSclElementsProvider.getSubnetwork
(SCL scd) Gets list of SCL SubNetworksMethod parameters in org.lfenergy.compas.sct.commons.api with type arguments of type SubNetworkDTOModifier 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
Methods in org.lfenergy.compas.sct.commons.dto that return SubNetworkDTOModifier and TypeMethodDescriptionstatic SubNetworkDTO
SubNetworkDTO.from
(SubNetworkAdapter subNetworkAdapter) Initializes SubNetworkDTOMethods in org.lfenergy.compas.sct.commons.dto that return types with arguments of type SubNetworkDTOModifier and TypeMethodDescriptionstatic List<SubNetworkDTO>
SubNetworkDTO.createDefaultSubnetwork
(String iedName, TCommunication communication, List<SubNetworkTypeDTO> subNetworkTypes) Create default Subnetwork in Communication node of SCL file