| Method Summary |
| |
__init__(self,
controler,
time_series_args,
left_wing_size,
right_wing_size,
debug,
description)
|
| |
__del__(self)
|
| |
flush(self)
calls the update method with all the maximum processable range. |
| |
getArgumentDataset(self,
index)
returns the dataset of in the argument with index index |
| |
getArguments(self,
index)
returns the list of arguments or, index is present, the argument with
index index. |
| |
getControler(self)
returns the Controler updating the TimeSeriesOperator |
| |
getLeftWingSize(self)
returns the left wing size |
| |
getRightWingSize(self)
returns the right wing size |
| |
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) |
| Inherited from TimeSeriesControlerView |
| |
getIdOfLastProcessedDatum(self)
|
| |
updateIdOfLastProcessedDatum(self,
id_last_processed_datum)
|
| Inherited from TimeSeriesBase |
| |
__str__(self)
|
| |
debug(self)
returns true if debug mode is on |
| |
setDebug(self,
flag)
sets debug mode to flag |
| |
setDebugOff(self)
switch off degugging mode |
| |
setDebugOn(self)
switch on degugging mode |
| |
setDescription(self,
text)
|