receive()
operations. This class provide one method for each attribute of an ACLMessage, that can be combined using the logic operators to create more complex patterns. A user can also create an application-specific pattern. In this case he has to implement the MatchExpression interface, writing the application specific match()
method. Then an instance of that class can be used as parameter of the MessageTemplate constructor to define the application specific MessageTemaplate.
@see jade.core.Agent#receive(MessageTemplate mt)
@author Giovanni Rimassa - Universita' di Parma
@author Tiziana Trucco - Telecom Italia Lab S.p.A.
@version $Date: 2008-10-09 14:07:18 +0200 (gio, 09 ott 2008) $ $Revision: 6052 $
|
|
|
|
|
|
|
|
|
|