| Home | Trees | Index | Help |
|---|
| Package esys :: Package escript :: Module timeseries :: Class TimeSeriesShift |
|
TimeSeriesBase --+
|
TimeSeriesBaseDataset --+
|
TimeSeriesBase --+ |
| |
TimeSeriesControlerView --+
|
TimeSeries --+
|
TimeSeriesShift
| Method Summary | |
|---|---|
__init__(self,
time_serie,
shift)
| |
getControler(self)
| |
| Inherited from TimeSeries | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
returns the TimeSeriesBaseDataset of the time series | |
| Inherited from TimeSeriesBaseDataset | |
returns the datum index | |
needed to handle negative indexing in slicing | |
appends data to the buffer. | |
return the buffer referenced by the TimeSeriesBaseDataset | |
returns the size of the buffer (to be overwritten by subclass) | |
returns the identification number of the first avaiable datum (may be overwritten by subclass) | |
returns the identification number of the first datum (may be overwritten by subclass) | |
returns the identification number of the last datum in the data set (may be overwritten by subclass) | |
returns the identification number of the last datum which has been unused by all TimeSeries refering to the TimeSeriesBaseDataset (may be overwritten by subclass) | |
returns the number of components of the data (may be overwritten by subclass) | |
returns the number of data (not all of them are accessible) | |
return the offset when referring to dataset elements | |
returns the offset to access elements in getBaseBuffer() (may be overwritten by subclass) | |
returns true if no data are appeneded to buffer | |
returns True if the buffer will be full after num_new_data have been appended (to be overwritten by subclass) | |
updates the identification number of the last unused datum (to be overwritten by subclass) | |
| Inherited from TimeSeriesControlerView | |
| |
| |
| Inherited from TimeSeriesBase | |
| |
returns true if debug mode is on | |
sets debug mode to flag | |
switch off degugging mode | |
switch on degugging mode | |
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:11 2006 | http://epydoc.sf.net |