/******************************************************************* * * DESCRIPTION: class Coupled * * AUTHOR: Amir Barylko & Jorge Beyoglonian * Version 2: Daniel Rodriguez * * EMAIL: mailto://amir@dc.uba.ar * mailto://jbeyoglo@dc.uba.ar * mailto://drodrigu@dc.uba.ar * * DATE: 27/6/1998 * DATE: 27/2/1999 (v2) * *******************************************************************/ #ifndef __COUPLED_H #define __COUPLED_H /** include files **/ #include // Template list #include "model.h" // Base class Model /** foward declarations **/ class SingleModelAdmin; class MainSimulator ; #define COUPLED_NAME "Coupled" /** definitions **/ class Coupled : public Model { public: Model &addModel( Model & ); typedef list ModelList; typedef list DModelList; // Rami //typedef map< ModelId, Time, less