|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for all message events (concrete and referenced).
Field Summary |
Fields inherited from interface jadex.runtime.IEvent |
CLASS, CLASS_GOAL, CLASS_INTERNAL, CLASS_MESSAGE |
Method Summary | |
IMessageEvent |
createReply(String type)
Create a reply to this message event. |
IMessageEvent |
createReply(String type,
Object content)
Create a reply to this message event. |
Object |
getContent()
Get the content. |
IFilter |
getFilter()
Get the filter to wait for a reply. |
Object |
getMessage()
Get the native (platform specific) message object. |
boolean |
isIncoming()
Get the message direction. |
void |
setContent(Object content)
Set the content. |
Methods inherited from interface jadex.runtime.IEvent |
getEventclass, getType, isMetaLevelReasoning, isPostToAll, isRandomSelection |
Methods inherited from interface jadex.runtime.IParameterElement |
getParameter, getParameters, getParameterSet, getParameterSets, hasParameter, hasParameterSet |
Methods inherited from interface jadex.runtime.IElement |
getModelElement, getName |
Method Detail |
public Object getMessage()
public boolean isIncoming()
public Object getContent()
public void setContent(Object content)
content
- The content.public IMessageEvent createReply(String type)
type
- The reply message event type (defined in the ADF).
public IMessageEvent createReply(String type, Object content)
type
- The reply message event type (defined in the ADF).content
- The message content.
public IFilter getFilter()
|
Jadex 0.941 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.