| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMMessageEvent
Interface for message events.
| Field Summary | |
|---|---|
| static String | DIRECTION_RECEIVEDescribing a message event that can be received. | 
| static String | DIRECTION_SENDDescribing a message event that can be send. | 
| static String | DIRECTION_SEND_RECEIVEDescribing a message event that can be send and received. | 
| Fields inherited from interface jadex.model.IMReferenceableElement | 
|---|
| EXPORTED_FALSE, EXPORTED_SHIELDED, EXPORTED_TRUE | 
| Method Summary | |
|---|---|
|  IMExpression | createMatchExpression(String match)Create a new parameter. | 
|  void | deleteMatchExpression()Delete a parameter. | 
|  IMParameter[] | getDeclaredParameters()Get the user defined parameters. | 
|  IMParameterSet[] | getDeclaredParameterSets()Get the user defined parameter sets. | 
|  String | getDirection()Get the direction (send/receive). | 
|  IMExpression | getMatchExpression()Get the parameters. | 
|  MessageType | getMessageType()Get the message type object. | 
|  int | getSpecializationDegree()Get the specialization degree. | 
|  String | getType()Get the message type (e.g. | 
|  void | setDirection(String direction)Set the direction (send/receive). | 
|  void | setType(String type)Set the message type (e.g. | 
| Methods inherited from interface jadex.model.IMEvent | 
|---|
| isPostToAll, isRandomSelection, setPostToAll, setRandomSelection | 
| Methods inherited from interface jadex.model.IMParameterElement | 
|---|
| createParameter, createParameterSet, deleteParameter, deleteParameterSet, getBindingParameters, getParameter, getParameters, getParameterSet, getParameterSets | 
| Methods inherited from interface jadex.model.IMReferenceableElement | 
|---|
| createAssignTo, deleteAssignTo, getAssignToElements, getAssignTos, getExported, setExported | 
| Methods inherited from interface jadex.model.IMElement | 
|---|
| check, getChildren, getDescription, getEncodableRepresentation, getName, getOwner, getReport, getScope, getSystemExpressionParameters, setDescription, setName | 
| Field Detail | 
|---|
static final String DIRECTION_RECEIVE
static final String DIRECTION_SEND
static final String DIRECTION_SEND_RECEIVE
| Method Detail | 
|---|
String getDirection()
void setDirection(String direction)
direction - The direction of the message.String getType()
void setType(String type)
type - The type of the message.IMExpression getMatchExpression()
IMExpression createMatchExpression(String match)
match - The match expression.
void deleteMatchExpression()
int getSpecializationDegree()
MessageType getMessageType()
IMParameter[] getDeclaredParameters()
IMParameterSet[] getDeclaredParameterSets()
| 
 | Jadex 0.96-beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.