Uses of Interface
sema.Signal

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

Uses of Signal in modelling
 

Classes in modelling that implement Signal
 class Message
          Signal with a circulary diffusion from an origin point.
 class Pheromone
          The pheromona acts as a fix signal, that may be percieved and may return its content.
 

Methods in modelling with parameters of type Signal
 void Receptive.receiveSignal(Signal sig)
          Receives the given signal.
protected  boolean ReceptiveAgent.canCatch(Signal sig)
          Determinates whether the agent is currentyle able to receive this signal.
protected  void ReceptiveAgent.sigToAction(Signal sig)
          Executes the corresponding action.
 void ReceptiveAgent.receiveSignal(Signal sig)
          Receives a signal.
 

Uses of Signal in sema
 

Methods in sema with parameters of type Signal
 void Nature.broadcastSignal(Signal sig)
          Broadcast a signal in the world.