|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ROOM/UML2 message.
| Field Summary |
| Fields inherited from interface org.primordion.xholon.base.IXholon |
DEFAULT_SIZE_MSG_Q, NINCLUDE_PSC, NINCLUDE_PSx, NINCLUDE_PxC, NINCLUDE_Pxx, NINCLUDE_xSC, NINCLUDE_xSx, NINCLUDE_xxC, NINCLUDE_xxx |
| Method Summary | |
java.lang.Object |
getData()
Get the optional data included with the message. |
int |
getIndex()
Get the index. |
IXholon |
getReceiver()
Get the intended receiver of the message. |
IXholon |
getSender()
Get the sender of the message. |
int |
getSignal()
Get the signal that identifies the type of message. |
void |
setData(java.lang.Object data)
Set the data to be sent with the message. |
void |
setIndex(int index)
Set the index. |
void |
setReceiver(IXholon receiver)
Set the intended receiver of the message. |
void |
setSender(IXholon sender)
Set which Xholon instance sent the message. |
void |
setSignal(int signal)
Set the signal that identifies the message type. |
| Method Detail |
public java.lang.Object getData()
public void setData(java.lang.Object data)
data - The data to include with the message.public IXholon getReceiver()
public void setReceiver(IXholon receiver)
receiver - The receiver.public IXholon getSender()
public void setSender(IXholon sender)
sender - The sender.public int getSignal()
public void setSignal(int signal)
signal - The signal.public int getIndex()
public void setIndex(int index)
index - The index.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||