| Home | Trees | Index | Help |
|---|
| Package esys :: Package escript :: Module timeseries :: Class Writer |
|
TimeSeriesBase --+
|
TimeSeriesControlerView --+
|
TimeSeriesOperator --+
|
Writer
| Method Summary | |
|---|---|
__init__(self,
time_serie,
ostream,
seperator,
commend_tag)
| |
updates the the data [start:end] using [start-left_wing_size:end+right_wing_size] of its arguments (is overwritten by a particular TimeSeriesOperator) | |
| Inherited from TimeSeriesOperator | |
| |
calls the update method with all the maximum processable range. | |
returns the dataset of in the argument with index index | |
returns the list of arguments or, index is present, the argument with index index. | |
returns the Controler updating the TimeSeriesOperator | |
returns the left wing size | |
returns the right wing size | |
| 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 | |
| |
| Method Details |
|---|
update(self, start, end)updates the the data [start:end] using [start-left_wing_size:end+right_wing_size] of its arguments (is overwritten by a particular TimeSeriesOperator)
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 11:16:21 2006 | http://epydoc.sf.net |