| 
 | Jadex 0.941 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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. | 
| Method Summary | |
|  IMParameter[] | getDeclaredParameters()Get the user defined parameters. | 
|  IMParameterSet[] | getDeclaredParameterSets()Get the user defined parameter sets. | 
|  String | getDirection()Get the direction (send/receive). | 
|  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 | 
| getMetaGoal, isMetaLevelReasoning, isPostToAll, isRandomSelection, setMetaGoal, setMetaLevelReasoning, 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, isExported, setExported | 
| Methods inherited from interface jadex.model.IMElement | 
| check, getChildren, getDescription, getEncodableRepresentation, getExpressionParameters, getName, getOwner, getReport, getScope, setDescription, setName | 
| Field Detail | 
public static final String DIRECTION_RECEIVE
public static final String DIRECTION_SEND
public static final String DIRECTION_SEND_RECEIVE
| Method Detail | 
public String getDirection()
public void setDirection(String direction)
direction - The direction of the message.public String getType()
public void setType(String type)
type - The type of the message.public int getSpecializationDegree()
public MessageType getMessageType()
public IMParameter[] getDeclaredParameters()
public IMParameterSet[] getDeclaredParameterSets()
| 
 | 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.