Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
LinearSeries Class Reference#include <LinearSeries.h>
Inheritance diagram for LinearSeries::
List of all members.
Detailed Description
The LinearSeries class is a concrete subclass of TimeSeries. The relationship between the pseudo time and the load factor is linear for objects of this class. \
}
Definition at line 53 of file LinearSeries.h.
Constructor & Destructor Documentation
LinearSeries::LinearSeries (
|
double cFactor = 1.0 )
|
|
|
The tag TSERIES\_TAG\_LinearSeries is passed to the TimeSeries constructor. Sets the constant factor used in the relation to {cFactor}.
Definition at line 45 of file LinearSeries.cpp. |
LinearSeries::~LinearSeries (
|
)
|
|
Member Function Documentation
void LinearSeries::Print (
|
ostream & s,
|
|
int flag = 0 ) [virtual]
|
|
double LinearSeries::getDuration (
|
) [inline, virtual]
|
|
double LinearSeries::getFactor (
|
double pseudoTime ) [virtual]
|
|
double LinearSeries::getPeakFactor (
|
) [inline, virtual]
|
|
double LinearSeries::getTimeIncr (
|
double pseudoTime ) [inline, virtual]
|
|
int LinearSeries::sendSelf (
|
int commitTag,
|
|
Channel & theChannel ) [virtual]
|
|
The documentation for this class was generated from the following files:
|