|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjade.lang.acl.ACLMessage
jade.tools.sniffer.Message
public class Message
A Message extends the meaning of an ACLMessage (thus extending jade.lang.acl.ACLMessage) providing an ACLMessage with the graphic part: the arrow going from the sender of the message to the receiver of the message to be drawn on the Message Canvas
MLG added private messageNumber, get and set.,
Serialized Form| Field Summary | |
|---|---|
static int |
offset
|
static int |
r
|
static int |
step
|
| Fields inherited from class jade.lang.acl.ACLMessage |
|---|
ACCEPT_PROPOSAL, AGREE, AMS_FAILURE_AGENT_NOT_FOUND, AMS_FAILURE_AGENT_UNREACHABLE, AMS_FAILURE_FOREIGN_AGENT_NO_ADDRESS, AMS_FAILURE_FOREIGN_AGENT_UNREACHABLE, AMS_FAILURE_SERVICE_ERROR, AMS_FAILURE_UNAUTHORIZED, AMS_FAILURE_UNEXPECTED_ERROR, CANCEL, CFP, CONFIRM, DISCONFIRM, FAILURE, IGNORE_FAILURE, INFORM, INFORM_IF, INFORM_REF, NO_CLONE, NOT_UNDERSTOOD, POST_TIME_STAMP, PROPAGATE, PROPOSE, PROXY, QUERY_IF, QUERY_REF, REAL_SENDER, REFUSE, REJECT_PROPOSAL, REQUEST, REQUEST_WHEN, REQUEST_WHENEVER, SUBSCRIBE, SYNCH_DELIVERY, TRACE, UNKNOWN |
| Constructor Summary | |
|---|---|
Message(jade.lang.acl.ACLMessage msg,
jade.core.AID r)
|
|
| Method Summary | |
|---|---|
int |
getEndSeg(int xD)
|
int |
getInitSeg(int xS)
|
int |
getMessageNumber()
|
int |
getOrdSeg(int yDim)
|
jade.core.AID |
getUnicastReceiver()
|
void |
setMessageNumber(int n)
|
| Methods inherited from class jade.lang.acl.ACLMessage |
|---|
addReceiver, addReplyTo, addUserDefinedParameter, clearAllReceiver, clearAllReplyTo, clearUserDefinedParameter, clone, createReply, getAllIntendedReceiver, getAllPerformativeNames, getAllReceiver, getAllReplyTo, getAllUserDefinedParameters, getByteSequenceContent, getContent, getContentObject, getConversationId, getEncoding, getEnvelope, getInReplyTo, getInteger, getLanguage, getOntology, getPerformative, getPerformative, getProtocol, getReplyBy, getReplyByDate, getReplyWith, getSender, getUserDefinedParameter, hasByteSequenceContent, removeReceiver, removeReplyTo, removeUserDefinedParameter, reset, setAllUserDefinedParameters, setByteSequenceContent, setContent, setContentObject, setConversationId, setDefaultEnvelope, setEncoding, setEnvelope, setInReplyTo, setLanguage, setOntology, setPerformative, setProtocol, setReplyByDate, setReplyWith, setSender, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int step
public static final int offset
public static final int r
| Constructor Detail |
|---|
public Message(jade.lang.acl.ACLMessage msg,
jade.core.AID r)
| Method Detail |
|---|
public jade.core.AID getUnicastReceiver()
public int getInitSeg(int xS)
public int getEndSeg(int xD)
public int getOrdSeg(int yDim)
public int getMessageNumber()
public void setMessageNumber(int n)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||