A Swarm is a community of agents sharing a common timescale as well as common memory pool.
Protocols adopted by Swarm
None
Methods
Phase: Using
- buildObjects Override this to let your Swarm create the objects that it contains.
- buildActions Override this to let your Swarm build its actions.
- activateIn:swarmContext Override this to activate any actions you built in buildActions. Note, you must activate yourself first before you can activate actions inside you.