|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.jmessage.EventMap
public class EventMap
This class contains all the events supported by JSIM.
| Field Summary | |
|---|---|
static long |
CHANGE_EVT
An event from a model agent to a model bean to reflect the changes made by the user to the model properties back to the model itself. |
static long |
CHANGED_EVT
An event from a model bean to notify a model agent that the changes to the model have been successfully updated. |
static long |
INFORM_EVT
An event from a model bean to inform a model agent about the properties of the model represented by the model bean. |
static long |
INJECT_EVT
An event from a model bean to another model bean for the purpose of simulation federation. |
static long |
INQUIRE_EVT
An event from a model agent to a model bean to inquire about the the properties of the model represented by the model bean. |
static long |
INSTRUCT_EVT
An event from the scenario agent to model agents participating in a simulation federation. |
static long |
QUERY_EVT
An event from the scenario agent to the database agent carrying a SQL query statement. |
static long |
REPORT_EVT
An event from a model bean to a model agent carrying interim or final simulation result. |
static long |
RESULT_EVT
An event from the database agent to the scenario agent carrying a query result. |
static long |
SIMULATE_EVT
An event from a model agent to a model bean containing instructions about how the simulation is to be executed. |
static long |
STORE_EVT
An event from a model agent to the database agent carrying data to to be stored in the database. |
| Constructor Summary | |
|---|---|
EventMap()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long INJECT_EVT
public static final long INQUIRE_EVT
public static final long INFORM_EVT
public static final long CHANGE_EVT
public static final long CHANGED_EVT
public static final long SIMULATE_EVT
public static final long REPORT_EVT
public static final long INSTRUCT_EVT
public static final long STORE_EVT
public static final long QUERY_EVT
public static final long RESULT_EVT
| Constructor Detail |
|---|
public EventMap()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||