jade.lang.acl
Interface MessageTemplate.MatchExpression
- Enclosing class:
- MessageTemplate
- public static interface MessageTemplate.MatchExpression
- extends Serializable
This interface must be overriden in order to define an application
specific MessageTemplate.
In particular in the method match()
the programmer
should realize the necessary checks on the ACLMessage in order
to return true if the message match with the application
specific requirements false otherwise.
match
public boolean match(ACLMessage msg)