Uses of Class
org.lfenergy.compas.scl2007b4.model.TFCDA
Package
Description
commons.api contains interfaces for manipulating SCL Files
sct.commons.dto is a group of DTO utils for operating on
SCL
servicesscl.ied is a group of services for operating on
IED
object-
Uses of TFCDA in org.lfenergy.compas.scl2007b4.model
-
Uses of TFCDA in org.lfenergy.compas.sct.commons
Modifier and TypeMethodDescriptionvoid
HmiService.createAllHmiReportControlBlocks
(SCL scd, List<TFCDA> fcdas) -
Uses of TFCDA in org.lfenergy.compas.sct.commons.api
Modifier and TypeMethodDescriptionvoid
HmiEditor.createAllHmiReportControlBlocks
(SCL scd, List<TFCDA> fcdas) Create the DataSet and ReportControl Blocks for the HMI with the given FCDAs. -
Uses of TFCDA in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionboolean
ExtRefInfo.checkMatchingFCDA
(@NonNull TFCDA tfcda) Check matching between FCDA and ExtRef information (for external binding) Check is done for parameter lDInst(mandatory), lNClass(mandatory), lNInst, prefix doName as pDO(mandatory) and daName as pDA present in ExtRef and FCDA -
Uses of TFCDA in org.lfenergy.compas.sct.commons.scl.ied
Modifier and TypeMethodDescriptionDataSetAdapter.createFCDAIfNotExists
(String ldInst, String prefix, String lnClass, String lnInst, String doName, String daName, TFCEnum fc) Create a new FCDA in this DataSet.Modifier and TypeMethodDescriptionDataSetAdapter.findFCDA
(String ldInst, String prefix, String lnClass, String lnInst, String doName, String daName, TFCEnum fc) Find a FCDA matching all given criteria.Finds all FCDAs in DataSet of Control Block feeding ExtRefModifier and TypeMethodDescriptionvoid
LDeviceAdapter.createHmiReportControlBlocks
(List<TFCDA> fcdas) Create DataSet and ReportControl Blocks for the HMI with the given FCDAs. -
Uses of TFCDA in org.lfenergy.compas.sct.commons.util