| 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. |