|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.jmessage.Message
jsim.jmessage.Instruct
public class Instruct
This class contains data for the Instruct event.
| Field Summary |
|---|
| Fields inherited from class jsim.jmessage.Message |
|---|
actionType |
| Constructor Summary | |
|---|---|
Instruct(java.lang.String actionType,
java.lang.Integer scenarioID)
Constructs an Instruct message by actionType and scenarioID. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getScenarioID()
Returns the ID of the scenario. |
| Methods inherited from class jsim.jmessage.Message |
|---|
getActionType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Instruct(java.lang.String actionType,
java.lang.Integer scenarioID)
actionType - Type of the messagescenarioID - ID for the scenario| Method Detail |
|---|
public java.lang.Integer getScenarioID()
Integer - The scenario ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||