Matthias,
       Thank you for your efforts to enable saving of Timers.  My only
comment is I'm not sure how the system will know which timer to instantiate
from your XML code.  They all save themselves as <Timer
type="<classlabel>"....>.  When the system tries to load your files, does it
always find the right Timer to instantiate?  If it does, I'd be a bit
mystified.

There are two possible solutions to this problem.  One, have each timer have
it's own XML tag (ie <ConstantTimer..., <GaussianRandomTimer ...>), or, use
one Handler class to handle all timers, and save the class name in the xml
so that this handler class can determine which Timer to instantiate from the
XML.  I prefer the second option myself.

-Mike

> -----Original Message-----
> From: Matthias Barmeier [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 04, 2001 9:53 AM
> To: [EMAIL PROTECTED]
> Subject: Patches for saving timers 2/3
> 
> 
> Hi,
> 
> I am absolute new to open source development.
> 
> I reconized that saving timers is not implemented. 
> I have tried to do this and have attached the file
> for GaussianRandomTimer.
> 
> If the implementation is not your standard please send me some hints 
> how I can improve my skills.
> 
> 
> Ciao
>       Matthias
> 
> /*
>     Dipl.-Inform. Matthias Barmeier        Tel: +49 (0)30 79 70 72 87
>     bit-side GmbH                          Fax: +49 (0)30 79 70 72 88
>     Salzufer 14a Aufgang D                 Email: 
> [EMAIL PROTECTED]
>     10587 Berlin                           WWW: 
> <http://www.bit-side.com>
> */
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to