Uses of Class
org.lfenergy.compas.sct.commons.scl.com.SubNetworkAdapter
Packages that use SubNetworkAdapter
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL servicesscl.com is a group of services for operating on
Communication object-
Uses of SubNetworkAdapter in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto with parameters of type SubNetworkAdapterModifier and TypeMethodDescriptionstatic SubNetworkDTOSubNetworkDTO.from(SubNetworkAdapter subNetworkAdapter) Initializes SubNetworkDTO -
Uses of SubNetworkAdapter in org.lfenergy.compas.sct.commons.scl.com
Methods in org.lfenergy.compas.sct.commons.scl.com that return SubNetworkAdapterModifier and TypeMethodDescriptionCommunicationAdapter.addSubnetwork(String snName, String snType, String iedName, String apName) Add Subnetwork node in Communication one.Methods in org.lfenergy.compas.sct.commons.scl.com that return types with arguments of type SubNetworkAdapterModifier and TypeMethodDescriptionCommunicationAdapter.getSubNetworkAdapters()Gets all Subnetworks from Communication node in an adapter wrapperCommunicationAdapter.getSubnetworkByName(String snName) Gets Subnetwork by name from Communication in an adapter wrapperConstructors in org.lfenergy.compas.sct.commons.scl.com with parameters of type SubNetworkAdapterModifierConstructorDescriptionConnectedAPAdapter(SubNetworkAdapter parentAdapter, TConnectedAP currentElem) Constructor