swarm-support
[Top][All Lists]
Advanced

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

[Swarm-Support] Scheduling in Swarm


From: Mervin Chan
Subject: [Swarm-Support] Scheduling in Swarm
Date: Wed, 2 Mar 2005 22:51:51 +0800


I understand that to schedule an Agent's Event,

I write:

modelSchedule.at$createFAction(0, init ());

in my modelswarm.

The abovce means that to run the method init() every time stamp.

similarly, writing

modelSchedule.at$createFAction(5, init ());

would mean that to run init() from T=5 onwards.


My question is, is there a way to define the schedule such that, I can make it run only in a range of timestamps i define, such as from T=5 to T=10.


reply via email to

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