|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Deprecated Methods | |
| JADE_SL.ACLMessage.getAllPerformatives()
Use getAllPerformativeNames() instead |
|
| JADE_SL.lang.sl.ASCII_CharStream.getColumn()
|
|
| sl.ASCII_UCodeESC_CharStream.getColumn()
|
|
| zeus.concepts.ASCII_CharStream.getColumn()
|
|
| zeus.concepts.SimpleCharStream.getColumn()
|
|
| JADE_SL.lang.sl.ASCII_CharStream.getLine()
|
|
| sl.ASCII_UCodeESC_CharStream.getLine()
|
|
| zeus.concepts.ASCII_CharStream.getLine()
|
|
| zeus.concepts.SimpleCharStream.getLine()
|
|
| JADE_SL.ACLMessage.getReplyBy()
Since the value of this slot is a Date by definition, then the getReplyByDate should be used that returns a Date |
|
| JADE_SL.ACLMessage.setReplyBy(String)
The value of the reply-by slot
must be a valid Date, the method setReplyByDate should
be used that guarantees avoiding problems. If the passed
parameter represents a wrong date, this method silently converts
its value to null. |
|
| JADE_SL.ACLMessage.toText(Writer)
the toString method should be used instead
of this method. |
|
| JADE_SL.AID.toText(Writer)
replaced by the method toString |
|
| Deprecated Constructors | |
| JADE_SL.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_SL.AID(String)
This constructor might generate a wrong AID, if the passed parameter is not a guid (globally unique identifier), but the local name of an agent (e.g. "da0"). |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||