|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
JSimHLAProcess represents process, which can be local or remote. Since HLA support was added to J-Sim, every process in simulation can be either local or remote. JSimHLAProcess provides methods with the same functionality for local and remote processes.
JSimProcess| Method Summary | |
void |
activate(double when)
Activates a process at the given time. |
void |
cancel()
Deletes all process's scheduled events from the calendar. |
int |
getState()
Returns the process's state. |
boolean |
isIdle()
Returns true if the process is idle, false otherwise. |
| Method Detail |
public void activate(double when)
throws JSimSecurityException,
JSimInvalidParametersException
when - Absolute simulation time when the process should be activated.
JSimSecurityException
JSimInvalidParametersException
public void cancel()
throws JSimSecurityException
JSimSecurityExceptionpublic int getState()
public boolean isIdle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||