|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.lang.acl.ACLMessage | +--jade.tools.sniffer.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 FormField Summary | |
static int |
offset
|
static int |
r
|
static int |
step
|
Fields inherited from class jade.lang.acl.ACLMessage |
ACCEPT_PROPOSAL, AGREE, CANCEL, CFP, CONFIRM, DISCONFIRM, FAILURE, IGNORE_FAILURE, INFORM, INFORM_IF, INFORM_REF, NOT_UNDERSTOOD, POST_TIME_STAMP, PROPAGATE, PROPOSE, PROXY, QUERY_IF, QUERY_REF, REFUSE, REJECT_PROPOSAL, REQUEST, REQUEST_WHEN, REQUEST_WHENEVER, SUBSCRIBE, 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, 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, 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 |