|
From: Francisco H. <fhe...@is...> - 2006-05-24 18:31:19
|
Hi Everybody, On DSOL 2.0: - The ExperimentParser reads the experiments for each ExperimentalFrame and initialize a new SimulatorInterface depending on the class defined on the xml file. One simulator per each experiment. - Afterwards, DSOLApplicationon.setExperimentalFrame method changes the simulator for all the experiments and setup a new Animator (the same for all experiments). Therefore this method detroys the structure that was created by the ExperimentParser (one experiment one user-defined Simulator). Does anybody know why this is done in this way? Francisco |