eosim::statics::TimeSeries Class Reference
[Data Collectors]

#include <eosim/statics/timeseries.hpp>

Inheritance diagram for eosim::statics::TimeSeries:

Inheritance graph
[legend]
Collaboration diagram for eosim::statics::TimeSeries:

Collaboration graph
[legend]
List of all members.

Detailed Description

Time Series Histogram.

Author:
Sebastián Alaggia
Version:
1.1.0
Date:
2005
This kind of histogram shows the trends in response variables over time. Basically it defines a time vs. variable chart (which match the evolution of the variable over time).


Public Member Functions

 TimeSeries (std::string name, core::Model &m)
 The constructor of TimeSeries; the kind of histogram is appended at the end of the name. The model passed as an argument is the one which will be used to get the time values needed to log data in this histograms.
void log (double value)
 This operation log a value in the histogram.


Member Function Documentation

void TimeSeries::log ( double  value  ) 

This operation log a value in the histogram.

Note:
The value is logged with the actual simulation time. Remember that histograms acummulate values with the same x's.


Generated on Tue Oct 14 16:49:05 2008 for EOSimulator by  doxygen 1.5.2