Uses of Class
org.lfenergy.compas.scl2007b4.model.TExtRef
Package
Description
commons.api contains interfaces for manipulating SCL Files
sct.commons.dto is a group of DTO utils for operating on
SCL
servicescommons.scl is a group of services for operating on
Header
,
Substation
,
Communication
,
IED
,
DataTypeTemplates
objectsscl.ied is a group of services for operating on
IED
object-
Uses of TExtRef in org.lfenergy.compas.scl2007b4.model
-
Uses of TExtRef in org.lfenergy.compas.sct.commons
Modifier and TypeMethodDescriptionExtRefService.updateExtRefSource
(SCL scd, ExtRefInfo extRefInfo) Modifier and TypeMethodDescriptionExtRefService.filterDuplicatedExtRefs
(List<TExtRef> tExtRefs) Remove ExtRef which are fed by same Control BlockModifier and TypeMethodDescriptionExtRefService.filterDuplicatedExtRefs
(List<TExtRef> tExtRefs) Remove ExtRef which are fed by same Control Block -
Uses of TExtRef in org.lfenergy.compas.sct.commons.api
Modifier and TypeMethodDescriptionExtRefEditor.updateExtRefSource
(SCL scd, ExtRefInfo extRefInfo) Updates ExtRef source binding data's based on given data in extRefInfo -
Uses of TExtRef in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionExtRefInfo.ExtRefBayReference.extRef()
Returns the value of theextRef
record component.static TExtRef
ExtRefSignalInfo.initExtRef
(ExtRefSignalInfo signalInfo) Initialize ExtRefModifier and TypeMethodDescriptionstatic ExtRefInfo
ExtRefInfo.from
(TExtRef tExtRef, String iedName, String ldInst, String lnClass, String lnInst, String prefix) Initializes ExtRefInfoLDEPFSettingData.isMatchExtRef
(TExtRef extRef) verify if an Extref matches the LDEPFSettingData or not.boolean
ExtRefBindingInfo.isWrappedIn
(TExtRef tExtRef) Check dependency between ExtRef binding information and ExtRefboolean
ExtRefSignalInfo.isWrappedIn
(TExtRef tExtRef) Check that if TExtRef object is wrappen in ExtRefSignalInfo object vice versaModifierConstructorDescriptionExtRefBayReference
(String iedName, TCompasBay compasBay, TExtRef extRef) Creates an instance of aExtRefBayReference
record class.ExtRefBindingInfo
(TExtRef tExtRef) ConstructorExtRefInfo
(TExtRef tExtRef) ConstructorExtRefSignalInfo
(TExtRef tExtRef) ConstructorExtRefSourceInfo
(TExtRef tExtRef) Constructor -
Uses of TExtRef in org.lfenergy.compas.sct.commons.scl
-
Uses of TExtRef in org.lfenergy.compas.sct.commons.scl.ied
Modifier and TypeMethodDescriptionAbstractLNAdapter.extractExtRefFromExtRefInfo
(@NonNull ExtRefInfo extRefInfo) Finds ExtRef from LNAbstractLNAdapter.updateExtRefSource
(ExtRefInfo extRefInfo) Updates ExtRef source binding data's based on given data in extRefInfoModifier and TypeMethodDescriptionInputsAdapter.filterDuplicatedExtRefs()
Remove ExtRef which are fed by same Control BlockAbstractLNAdapter.getExtRefs()
Gets all ExtRefsAbstractLNAdapter.getExtRefs
(ExtRefSignalInfo filter) Gets all ExtRefs matches specified ExtRef infoAccessPointAdapter.ExtRefAnalyzeRecord.tExtRefs()
Returns the value of thetExtRefs
record component.Modifier and TypeMethodDescriptionLDeviceAdapter.findSourceDA
(TExtRef extRef) Finds all FCDAs in DataSet of Control Block feeding ExtRefprotected void
AbstractLNAdapter.updateExtRefBindingInfo
(TExtRef extRef, ExtRefInfo extRefInfo) Updates ExtRef with data from ExtRefInfoModifier and TypeMethodDescriptionAccessPointAdapter.checkLimitationForBoundIEDControls
(List<TExtRef> tExtRefs) Checks Control Blocks (Report, Goose, SMV) number limitation for bound IEDAccessPointAdapter.checkLimitationForBoundIedFcdas
(List<TExtRef> tExtRefs) Checks FCDA number limitation for bound IEDLDeviceAdapter.manageMonitoringLns
(List<TExtRef> tExtRefs, String doName, MonitoringLnClassEnum monitoringLnClassEnum) Update and/or create Monitoring LNs (LSVS and LGOS) into LDSUIED from ExtRefs bindingDOIAdapter.updateDaiFromExtRef
(List<TExtRef> tExtRefs) Update the DAI/Val according to the ExtRef attributes. -
Uses of TExtRef in org.lfenergy.compas.sct.commons.util
Modifier and TypeMethodDescriptionILDEPFSettings.getLDEPFSettingDataMatchExtRef
(TExtRef extRef) Provides the matching setting for an ExtRef.SettingLDEPFCsvHelper.getLDEPFSettingDataMatchExtRef
(TExtRef extRef) static boolean
Utils.isExtRefFeedBySameControlBlock
(TExtRef t1, TExtRef t2) Checks if two ExtRefs fed by same Control Block