Class IedDTO
java.lang.Object
org.lfenergy.compas.sct.commons.dto.IedDTO
A representation of the model object IED.
The following features are supported:
Ied NameRefers to LDevice
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLDevice(String inst, String ldName) voidaddLDevice(LDeviceDTO ld) Adds LDevice in LDevice's' liststatic IedDTOfrom(IEDAdapter iedAdapter, LogicalNodeOptions options) Initializes IedDTOgetLDeviceDTO(String ldInst) Gets LDeviiceDTO by LDevice inst valueGets LDevice's' DTOlDeviceDTOFrom(String inst, String ldName) Initializes LDeviceDTOvoidSets IED name
-
Constructor Details
-
IedDTO
Constructor- Parameters:
name- input
-
-
Method Details
-
from
Initializes IedDTO- Parameters:
iedAdapter- inputoptions- input- Returns:
- IedDTO object
-
setName
Sets IED name- Parameters:
name- input
-
getLDevices
Gets LDevice's' DTO- Returns:
- Set of LDeviceDTO object
-
addLDevice
Adds LDevice in LDevice's' list- Parameters:
ld- input
-
lDeviceDTOFrom
Initializes LDeviceDTO- Parameters:
inst- LDevice inst valueldName- LDevice name value- Returns:
- LDeviceDTO object
-
addLDevice
-
getLDeviceDTO
Gets LDeviiceDTO by LDevice inst value- Parameters:
ldInst- LDevice inst value- Returns:
- Optional LDevice object value
-