|
DRCL J-Sim API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ACARuntime | |
| drcl.comp | |
| drcl.ruv | |
| drcl.sim | |
| drcl.sim.event | |
| drcl.sim.process | |
| Uses of ACARuntime in drcl.comp |
| Subclasses of ACARuntime in drcl.comp | |
class |
ARuntime
A realization of ACA runtime. |
| Fields in drcl.comp declared as ACARuntime | |
ACARuntime |
WorkerThread.runtime
The worker runtime of this thread. |
static ACARuntime |
ACARuntime.DEFAULT_RUNTIME
|
| Methods in drcl.comp that return ACARuntime | |
static ACARuntime |
Util.getRuntime(Component c_)
Returns the associated runtime ( ACARuntime) of the component. |
ACARuntime |
ForkManager.getRuntime()
|
| Methods in drcl.comp with parameters of type ACARuntime | |
static void |
Util.setRuntime(Component c_,
ACARuntime m_)
Associates the runtime ( ACARuntime) to the component. |
void |
ForkManager.setRuntime(ACARuntime runtime_)
|
void |
ACARuntime.setRuntime(ACARuntime runtime_)
|
| Uses of ACARuntime in drcl.ruv |
| Methods in drcl.ruv with parameters of type ACARuntime | |
static CommandTask |
CommandTask.add(java.lang.String cmd_,
double later_,
double period_,
ACARuntime runtime_,
Shell shell_)
|
static CommandTask |
CommandTask.addAt(java.lang.String cmd_,
double time_,
double period_,
ACARuntime runtime_,
Shell shell_)
|
| Constructors in drcl.ruv with parameters of type ACARuntime | |
WaitUntil(ACARuntime r,
double stopAt)
The execution is blocked (on itself) until the runtime stops (at the time specified). |
|
WaitUntil(ACARuntime r,
double stopAt,
java.lang.Object lock_)
The execution is blocked (on lock) until the runtime stops (at the time specified). |
|
WaitUntil(ACARuntime r)
The execution is blocked (on itself) until the runtime finishes all the events. |
|
WaitUntil(ACARuntime r,
java.lang.Object lock_)
The execution is blocked (on lock) until the runtime finishes all the events. |
|
| Uses of ACARuntime in drcl.sim |
| Methods in drcl.sim that return ACARuntime | |
static ACARuntime |
SimulatorAssistant.onSingleMachine()
|
static ACARuntime |
SimulatorAssistant.defaultInstance()
|
| Uses of ACARuntime in drcl.sim.event |
| Subclasses of ACARuntime in drcl.sim.event | |
class |
SESimulator
A sequential event simulation engine. |
class |
SESimulatorOld
This is the previous version of the sequential event simulation engine. |
| Uses of ACARuntime in drcl.sim.process |
| Subclasses of ACARuntime in drcl.sim.process | |
class |
SMMTSimulator
This class implements a Single-Machine Multi-Threaded simulation engine. |
|
DRCL J-Sim API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||