Uses of Class
org.lfenergy.compas.sct.commons.dto.LDEPFSettingData
-
Uses of LDEPFSettingData in org.lfenergy.compas.sct.commons.util
Modifier and TypeMethodDescriptionILDEPFSettings.getLDEPFSettingDataMatchExtRef
(TExtRef extRef) Provides the matching setting for an ExtRef.SettingLDEPFCsvHelper.getLDEPFSettingDataMatchExtRef
(TExtRef extRef) Modifier and TypeMethodDescriptionstatic Optional<AbstractLNAdapter<?>>
Utils.getActiveLNodeSource
(LDeviceAdapter lDeviceAdapter, LDEPFSettingData setting) provides Active LN Object that satisfies the LDEPF settings attributes (lnClass, lnInst, prefix)static Optional<LDeviceAdapter>
Utils.getActiveSourceLDevice
(IEDAdapter iedAdapter, LDEPFSettingData setting) provides Active LDevice for LDEPF setting's inst attributeILDEPFSettings.getIedSources
(SclRootAdapter sclRootAdapter, TCompasBay compasBay, LDEPFSettingData setting) Provides valid IED sources with LDEPF configuration.
Example of LDEPF configuration include:
1.SettingLDEPFCsvHelper.getIedSources
(SclRootAdapter sclRootAdapter, TCompasBay compasBay, LDEPFSettingData setting) static boolean
Utils.isIcdHeaderMatch
(IEDAdapter iedAdapter, LDEPFSettingData setting) verify whether the IED satisfies the LDEPF settings for the private element `TCompasICDHeader`static boolean
Utils.isValidDataTypeTemplate
(AbstractLNAdapter<?> lnAdapter, LDEPFSettingData setting) verify whether the LN satisfies the LDEPF settings for Data Type Template elements.