Uses of Interface
modelling.Communicating

Packages that use Communicating
modelling Modelling of the main features of a world and agents' behaviours.  
 

Uses of Communicating in modelling
 

Classes in modelling that implement Communicating
 class CommunicatingAgent
          Agent able to communicate with other agents.
 

Methods in modelling with parameters of type Communicating
 boolean Communicating.hear(java.lang.String speech, Communicating Speaker)
          Receives the partner's speech.
protected  boolean CommunicatingAgent.setNextAnswer(java.lang.String question, Communicating speaker)
          It computes the answer to give back from the 'question' of the speaker, if it decides no to answer it return false, else it return true and preselect the answer to give the next time we open the mouth ( action of the discussion )
 boolean CommunicatingAgent.hear(java.lang.String speech, Communicating speaker)
          Receipts the speaker's words.