Uses of Package
modelling

Packages that use modelling
examples Some examples of agents and worlds.  
modelling Modelling of the main features of a world and agents' behaviours.  
sema Extensible Multi-Agent Simulator.  
worlds Some examples of agents and worlds.  
 

Classes in modelling used by examples
GrowingAgent
          Agent whose size keeps increasing until a maximum size il reached.
MovingAgent
          Agent with abilities to move.
RectangularArea
          Zone rectangulaire orientée.
SeeingAgent
          Agent able to watch his environement.
Vision
          Ability, for an element implementing the interface, to see other elements.
 

Classes in modelling used by modelling
Communicating
          Discussion between two agents.
Communicating.Discussion
          Implemented by CommunicatingAgent.Discussion, who extends Agent.Action.
CommunicatingAgent.Discussion
          Action of discuting.
Eatable
          Manage the capacity of an agent to be eaten.
EatingAgent.Consuming
          Action making the hunger regulary increase.
EatingAgent.IsHungry
          Satisfactor informing on the feeding level.
GrowingAgent.Growing
          Action of growing.
Receptive
          Ability to receive signals.
Satisfactor
          Encapsulates a boolean method and an heuristic.
Selector
          Selects elements.
Vision
          Ability, for an element implementing the interface, to see other elements.
 

Classes in modelling used by sema
Selector
          Selects elements.
 

Classes in modelling used by worlds
MovingAgent
          Agent with abilities to move.