swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple Swarm


From: Olivier Jauze
Subject: Multiple Swarm
Date: Tue, 11 Sep 2001 14:55:14 +0200

Hi all,

In my projet I have to create multiple instance of my Observer and so the modelSwarm.
I choose this way :

I declare an Observer table and with a for instruction I do this for each Observer :

                tabProto[i] = new ObserverSwarmProtoBatch ( 
Globals.env.globalZone );
                      tabProto[i].buildObjects ();
                      tabProto[i].buildActions ();
                      tabProto[i].activateIn (null);
                      tabProto[i].go ();
                      tabProto[i].drop ();

For the first Observer, it works but after the system execute the constructor of the second Oberserver I obtain this message :

stream closed

I do not understand why I have this message;

Thanks in advance for your help
Olivier JAUZE
INRA unité URH équipe SP
Centre de Theix

                 ==================================
  Swarm-Support is for discussion of the technical details of the day
  to day usage of Swarm.  For list administration needs (esp.
  [un]subscribing), please send a message to <address@hidden>
  with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]