Uses of Class
org.lfenergy.compas.sct.commons.scl.SclRootAdapter
Packages that use SclRootAdapter
Package
Description
sct.commons.dto is a group of DTO utils for operating on
SCL
servicesscl.com is a group of services for operating on
Communication
objectscl.dtt is a group of services for operating on
DataTypeTemplates
objectscl.header is a group of services for operating on
Header
objectscl.ied is a group of services for operating on
IED
objectscl.sstation is a group of services for operating on
Substation
object-
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.dto
Methods in org.lfenergy.compas.sct.commons.dto with parameters of type SclRootAdapterModifier and TypeMethodDescriptionstatic SclDTO
SclDTO.from
(SclRootAdapter sclRootAdapter) Initializes SclDTO -
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.scl.com
Constructors in org.lfenergy.compas.sct.commons.scl.com with parameters of type SclRootAdapterModifierConstructorDescriptionCommunicationAdapter
(SclRootAdapter parentAdapter) ConstructorCommunicationAdapter
(SclRootAdapter parentAdapter, TCommunication currentElem) Constructor -
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.scl.dtt
Constructors in org.lfenergy.compas.sct.commons.scl.dtt with parameters of type SclRootAdapterModifierConstructorDescriptionDataTypeTemplateAdapter
(SclRootAdapter parentAdapter, TDataTypeTemplates dataTypeTemplate) Constructor -
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.scl.header
Constructors in org.lfenergy.compas.sct.commons.scl.header with parameters of type SclRootAdapterModifierConstructorDescriptionHeaderAdapter
(SclRootAdapter parentAdapter, THeader currentElem) Constructor -
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.scl.ied
Methods in org.lfenergy.compas.sct.commons.scl.ied that return SclRootAdapterModifier and TypeMethodDescriptionprotected SclRootAdapter
AbstractLNAdapter.getCurrentScd()
Gets root ScdConstructors in org.lfenergy.compas.sct.commons.scl.ied with parameters of type SclRootAdapterModifierConstructorDescriptionIEDAdapter
(SclRootAdapter parentAdapter) ConstructorIEDAdapter
(SclRootAdapter parentAdapter, String iedName) ConstructorIEDAdapter
(SclRootAdapter parentAdapter, TIED currentElem) Constructor -
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.scl.sstation
Constructors in org.lfenergy.compas.sct.commons.scl.sstation with parameters of type SclRootAdapterModifierConstructorDescriptionSubstationAdapter
(SclRootAdapter parentAdapter) ConstructorSubstationAdapter
(SclRootAdapter parentAdapter, String ssName) ConstructorSubstationAdapter
(SclRootAdapter parentAdapter, TSubstation currentElem) Constructor -
Uses of SclRootAdapter in org.lfenergy.compas.sct.commons.util
Methods in org.lfenergy.compas.sct.commons.util with parameters of type SclRootAdapterModifier and TypeMethodDescriptionILDEPFSettings.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)