Package org.lfenergy.compas.sct.commons
Class HmiService
java.lang.Object
org.lfenergy.compas.sct.commons.HmiService
- All Implemented Interfaces:
- HmiEditor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcreateAllHmiReportControlBlocks(SCL scd, List<TFCDA> fcdas) Create the DataSet and ReportControl Blocks for the HMI with the given FCDAs.
- 
Constructor Details- 
HmiServicepublic HmiService()
 
- 
- 
Method Details- 
createAllHmiReportControlBlocksDescription copied from interface:HmiEditorCreate the DataSet and ReportControl Blocks for the HMI with the given FCDAs.- Specified by:
- createAllHmiReportControlBlocksin interface- HmiEditor
- fcdas- List of FCDA for which we must create the DataSet and ReportControl Blocks
 
 
-