Uses of Class
org.lfenergy.compas.sct.commons.dto.LDEPFSettingData
Packages that use LDEPFSettingData
-
Uses of LDEPFSettingData in org.lfenergy.compas.sct.commons.util
Methods in org.lfenergy.compas.sct.commons.util that return types with arguments of type LDEPFSettingDataModifier and TypeMethodDescriptionILDEPFSettings.getLDEPFSettingDataMatchExtRef(TExtRef extRef) Provides the matching setting for an ExtRef.SettingLDEPFCsvHelper.getLDEPFSettingDataMatchExtRef(TExtRef extRef) Methods in org.lfenergy.compas.sct.commons.util with parameters of type LDEPFSettingDataModifier 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 booleanUtils.isIcdHeaderMatch(IEDAdapter iedAdapter, LDEPFSettingData setting) verify whether the IED satisfies the LDEPF settings for the private element `TCompasICDHeader`static booleanUtils.isValidDataTypeTemplate(AbstractLNAdapter<?> lnAdapter, LDEPFSettingData setting) verify whether the LN satisfies the LDEPF settings for Data Type Template elements.