Package cz.cvut.fel.omo.SmartHome.report
Class AbstractReport
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.report.AbstractReport
-
- Direct Known Subclasses:
ActivityAndUsageReport
,ConsumptionReport
,EventReport
,HouseConfigurationReport
public abstract class AbstractReport extends java.lang.Object
Abstract class, tha base of all reports.
-
-
Constructor Summary
Constructors Constructor Description AbstractReport()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
accept(ReportGenerator generator)
-
-
-
Method Detail
-
accept
public abstract void accept(ReportGenerator generator)
-
-