Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages   Examples  

ReportProducer Class Reference
[Utilities]

Inherited by Bin [virtual], Condq [virtual], Dist [virtual], Res [virtual], Tab [virtual], and Waitq [virtual].


Detailed Description

A ReportProducer generates data.

Author:
Ralf Gerstenberger

See also:
Report Table TableDefinition
A ReportProducer implementation generates data for reports. It has to implement virtual void report(Report* r).

Since:
1.0


Public Member Functions

virtual void report (Report *r)=0
 report generation


Member Function Documentation

virtual void report Report r  )  [pure virtual]
 

report generation

report is called by a Report object during report generation. A ReportProducer implementation implements this method to provide its data. ReportProducer can be associated to one or more Report objects. A ReportProducer will contribute to each Report it is associated to.

Implemented in Randint, Poisson, Draw, Iconst, Normal, Negexp, Uniform, Erlang, Rconst, Count, Sum, Tally, Accum, Histo, Regress, Bin, Condq, Res, and Waitq.


Generated on Mon Aug 11 10:36:07 2003 for ODEMx by doxygen1.3