Uses of Class
org.lfenergy.compas.sct.commons.dto.DataAttributeRef
Package
Description
commons.api contains interfaces for manipulating SCL Files
sct.commons.dto is a group of DTO utils for operating on
SCL
servicesscl.dtt is a group of services for operating on
DataTypeTemplates
objectscl.ied is a group of services for operating on
IED
object-
Uses of DataAttributeRef in org.lfenergy.compas.sct.commons
Modifier and TypeMethodDescriptionSclElementsProviderService.getDAI
(SCL scd, String iedName, String ldInst, DataAttributeRef dataAttributeRef, boolean updatable) Modifier and TypeMethodDescriptionSclElementsProviderService.getDAI
(SCL scd, String iedName, String ldInst, DataAttributeRef dataAttributeRef, boolean updatable) void
SclService.updateDAI
(SCL scd, String iedName, String ldInst, DataAttributeRef dataAttributeRef) -
Uses of DataAttributeRef in org.lfenergy.compas.sct.commons.api
Modifier and TypeMethodDescriptionSclElementsProvider.getDAI
(SCL scd, String iedName, String ldInst, DataAttributeRef dataAttributeRef, boolean updatable) Gets a list of summarized DataTypeTemplate for DataAttribute DA (updatable or not) related to the one given in dataAttributeRefModifier and TypeMethodDescriptionSclElementsProvider.getDAI
(SCL scd, String iedName, String ldInst, DataAttributeRef dataAttributeRef, boolean updatable) Gets a list of summarized DataTypeTemplate for DataAttribute DA (updatable or not) related to the one given in dataAttributeRefvoid
SclEditor.updateDAI
(SCL scd, String iedName, String ldInst, DataAttributeRef dataAttributeRef) Updates DAI based on given data in dataAttributeRef -
Uses of DataAttributeRef in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionstatic DataAttributeRef
DataAttributeRef.copyFrom
(DataAttributeRef source) Copies summarized DataTypeTemplate information to another oneSet Val of DAModifier and TypeMethodDescriptionLNodeDTO.getDataAttributeRefs()
Gets DataTypeTemplate's sumarised dataModifier and TypeMethodDescriptionvoid
LNodeDTO.addDataAttributeRef
(DataAttributeRef dataAttributeRef) Adds DataTypeTemplate's sumarised datastatic DataAttributeRef
DataAttributeRef.copyFrom
(DataAttributeRef source) Copies summarized DataTypeTemplate information to another oneModifier and TypeMethodDescriptionvoid
LNodeDTO.addAllDataAttributeRef
(List<DataAttributeRef> dataAttributeRefs) Adds list of DataTypeTemplate's sumarised data -
Uses of DataAttributeRef in org.lfenergy.compas.sct.commons.scl.dtt
Modifier and TypeMethodDescriptionLNodeTypeAdapter.getDataAttributeRefs
(@NonNull String dataRef) Return a list of summarized Data Attribute References beginning from given this LNodeType.Modifier and TypeMethodDescriptionDATypeAdapter.completeDataAttributeRef
(DataAttributeRef dataAttributeRef) Completes recursively given summarized DataTypeTemplate information from BDAsDATypeAdapter.getDataAttributeRefByDaName
(DaTypeName daTypeName, int idx, DataAttributeRef dataAttributeRef) complete the input Data Attribute Reference from DataTypeTemplate filtered out by the given DaTypeNameDOTypeAdapter.getDataAttributeRefByDaName
(DaTypeName daTypeName, DataAttributeRef dataAttributeRef) Completes recursively summarize Data Type Templates (dataAttributeRef) from DOType to specified DaTypeName.LNodeTypeAdapter.getDataAttributeRefByDaName
(DaTypeName daTypeName) Gets list of summarized data type template from DaTypeNameDOTypeAdapter.getDataAttributeRefByDoName
(DoTypeName doTypeName, int idx, DataAttributeRef dataAttributeRef) complete the input Data Attribute Reference from DataTypeTemplate filtered out by the given DoTypeNameLNodeTypeAdapter.getDataAttributeRefByDoName
(DoTypeName doTypeName) Gets list of summarized data type template from DoTypeNameDATypeAdapter.getDataAttributeRefs
(DataAttributeRef rootDataAttributeRef, DataAttributeRef filter) return a list of completed Data Attribute References beginning from this DoType (Do or SDO).DOTypeAdapter.getDataAttributeRefs
(DataAttributeRef rootDataAttributeRef, DataAttributeRef filter) return a list of Data Attribute References beginning from this DoType (Do or SDO).LNodeTypeAdapter.getDataAttributeRefs
(@NonNull DataAttributeRef filter) return a list of summarized Data Attribute References beginning from given this LNodeType.Modifier and TypeMethodDescriptionDATypeAdapter.completeDataAttributeRef
(DataAttributeRef dataAttributeRef) Completes recursively given summarized DataTypeTemplate information from BDAsDATypeAdapter.getDataAttributeRefByDaName
(DaTypeName daTypeName, int idx, DataAttributeRef dataAttributeRef) complete the input Data Attribute Reference from DataTypeTemplate filtered out by the given DaTypeNameDOTypeAdapter.getDataAttributeRefByDaName
(DaTypeName daTypeName, DataAttributeRef dataAttributeRef) Completes recursively summarize Data Type Templates (dataAttributeRef) from DOType to specified DaTypeName.DOTypeAdapter.getDataAttributeRefByDoName
(DoTypeName doTypeName, int idx, DataAttributeRef dataAttributeRef) complete the input Data Attribute Reference from DataTypeTemplate filtered out by the given DoTypeNameDATypeAdapter.getDataAttributeRefs
(DataAttributeRef rootDataAttributeRef, DataAttributeRef filter) return a list of completed Data Attribute References beginning from this DoType (Do or SDO).DOTypeAdapter.getDataAttributeRefs
(DataAttributeRef rootDataAttributeRef, DataAttributeRef filter) return a list of Data Attribute References beginning from this DoType (Do or SDO).LNodeTypeAdapter.getDataAttributeRefs
(@NonNull DataAttributeRef filter) return a list of summarized Data Attribute References beginning from given this LNodeType. -
Uses of DataAttributeRef in org.lfenergy.compas.sct.commons.scl.ied
Modifier and TypeMethodDescriptionLDeviceAdapter.findSourceDA
(TExtRef extRef) AbstractLNAdapter.getDAI
(DataAttributeRef dataAttributeRef, boolean updatableOnly) Returns a list of Data Attribute Reference for DataAttribute (updatable or not)LDeviceAdapter.getDAI
(DataAttributeRef dataAttributeRef, boolean updatableOnly) Gets a list of summarized DataTypeTemplate for DataAttribute DAIs (updatableOnly or not)protected Optional<DataAttributeRef>
AbstractLNAdapter.getDaiModStVal()
Modifier and TypeMethodDescriptionAbstractLNAdapter.getDAI
(DataAttributeRef dataAttributeRef, boolean updatableOnly) Returns a list of Data Attribute Reference for DataAttribute (updatable or not)LDeviceAdapter.getDAI
(DataAttributeRef dataAttributeRef, boolean updatableOnly) Gets a list of summarized DataTypeTemplate for DataAttribute DAIs (updatableOnly or not)AbstractLNAdapter.getDAIValues
(DataAttributeRef dataAttributeRef) Gets DAI values for specified DA in summaraized Data Type Templateprotected void
AbstractLNAdapter.overrideAttributesFromDAI
(DataAttributeRef dataAttributeRef) Update given DataAttributeRef DAI datas from LNodevoid
AbstractLNAdapter.updateDAI
(@NonNull DataAttributeRef dataAttributeRef) Updates DAI in LN/LN0 section.