Uses of Interface
com.vladium.emma.report.IReportDataModel

Packages that use IReportDataModel
com.vladium.emma.report   
 

Uses of IReportDataModel in com.vladium.emma.report
 

Classes in com.vladium.emma.report that implement IReportDataModel
(package private)  class ReportDataModel
           
 

Methods in com.vladium.emma.report that return IReportDataModel
static IReportDataModel IReportDataModel.Factory.create(IMetaData mdata, ICoverageData cdata)
          This operation merely stores mdata and cdata references, it does not perform any data processing until getView() is actually called.