|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Constructors | |
| jade.lang.acl.ACLMessage()
Since every ACL Message must have a message type, you should use the new constructor which gets a message type as a parameter. To avoid problems, now this constructor silently sets the message type to not-understood. |
|
| jade.lang.acl.ACLMessage(String)
It increases the probability of error when the passed String does not belong to the set of performatives supported by FIPA. This constructor creates an ACL message object with the specified type. To avoid problems, the constructor ACLMessage(int)
should be used instead. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||