|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | 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
ACLMessage, Serialized Form| Field Summary | |
protected static MMCanvas |
canvMess
|
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,
INFORM,
INFORM_IF,
INFORM_REF,
NOT_UNDERSTOOD,
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)
|
|
Message(java.lang.String s,
java.lang.String r)
|
|
| Method Summary | |
int |
getEndSeg(int xD)
|
int |
getInitSeg(int xS)
|
int |
getOrdSeg(int yDim)
|
| Methods inherited from class jade.lang.acl.ACLMessage |
addReceiver,
addReplyTo,
addUserDefinedParameter,
clearAllReceiver,
clearAllReplyTo,
clone,
createReply,
getAllPerformatives,
getAllReceiver,
getAllReplyTo,
getAllUserDefinedParameters,
getContent,
getContentObject,
getConversationId,
getEncoding,
getEnvelope,
getInReplyTo,
getInteger,
getLanguage,
getOntology,
getPerformative,
getPerformative,
getProtocol,
getReplyBy,
getReplyByDate,
getReplyWith,
getSender,
getUserDefinedParameter,
removeReceiver,
removeReplyTo,
removeUserDefinedParameter,
reset,
setContent,
setContentObject,
setConversationId,
setDefaultEnvelope,
setEncoding,
setEnvelope,
setInReplyTo,
setLanguage,
setOntology,
setPerformative,
setProtocol,
setReplyBy,
setReplyByDate,
setReplyWith,
setSender,
toString,
toText |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected static MMCanvas canvMess
public static final int step
public static final int offset
public static final int r
| Constructor Detail |
public Message(java.lang.String s,
java.lang.String r)
public Message(jade.lang.acl.ACLMessage msg)
| Method Detail |
public int getInitSeg(int xS)
public int getEndSeg(int xD)
public int getOrdSeg(int yDim)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||