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 Name
Refers to LDevice
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddLDevice
(String inst, String ldName) void
addLDevice
(LDeviceDTO ld) Adds LDevice in LDevice's' liststatic IedDTO
from
(IEDAdapter iedAdapter, LogicalNodeOptions options) Initializes IedDTOgetLDeviceDTO
(String ldInst) Gets LDeviiceDTO by LDevice inst valueGets LDevice's' DTOlDeviceDTOFrom
(String inst, String ldName) Initializes LDeviceDTOvoid
Sets 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
-