tATAmI-Project / tATAmI-PC

towards Agent Technology for Ambient Intelligence
http://tatami-project.github.com/tATAmI-PC
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Improve Composite Agent state-machine for improved integration of mobility #33

Closed andreiolaru-ro closed 9 years ago

andreiolaru-ro commented 9 years ago

We will have the following states:

andreiolaru-ro commented 9 years ago

Ideally, components should be loaded at the time when they are added (after the agent has been loaded), and not when the agent is preloaded. This is however difficult as for agent there is a separate instance that loads them (the AgentLoader), but for components there isn't, so how should the AgentComponent.preload() method be called? Or the parentChangeNotifier()? Must think about it.

andreiolaru-ro commented 9 years ago

Completed in 67f4fac