|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisidia.simulation.evtack.VisidiaEvent
public class VisidiaEvent
This class corresponds to a simulation event.
Constructor Summary | |
---|---|
VisidiaEvent(java.lang.Long lockId,
Command command,
Console console)
Instantiates a new event. |
Method Summary | |
---|---|
Command |
getCommand()
Gets the command. |
Console |
getConsole()
Gets the console. |
java.lang.Long |
getLockId()
Gets the lock id. |
void |
setConsole(Console console)
Sets the console. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisidiaEvent(java.lang.Long lockId, Command command, Console console)
lockId
- the lock idcommand
- the commandconsole
- the consoleMethod Detail |
---|
public java.lang.Long getLockId()
public Command getCommand()
public Console getConsole()
public void setConsole(Console console)
console
- the new console
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |