|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForkManager | |
| drcl.comp | |
| drcl.sim.event | |
| drcl.sim.process | |
| Uses of ForkManager in drcl.comp |
| Subclasses of ForkManager in drcl.comp | |
class |
ACARuntime
Defines the interface of an ACA runtime. |
class |
ARuntime
A realization of ACA runtime. |
| Fields in drcl.comp declared as ForkManager | |
protected ForkManager |
ForkManager.parent
Parent manager in the manager hierarchy. |
| Methods in drcl.comp that return ForkManager | |
protected ForkManager |
Component.getForkManager()
Returns the fork runtime associated with this component. |
ForkManager |
ForkManager.getParent()
|
ForkManager |
ACARuntime.getParent()
|
static ForkManager |
Util.getForkManager(Component c_)
Returns the associated ForkManager of the component. |
| Methods in drcl.comp with parameters of type ForkManager | |
protected abstract void |
ForkManager.childManager(ForkManager child_,
double time_)
Sets up an event for childManager. |
void |
ForkManager.setParent(ForkManager parent_)
|
protected void |
ACARuntime.childManager(ForkManager child_,
double time_)
|
void |
ACARuntime.setParent(ForkManager parent_)
|
static void |
Util.setForkManager(Component c_,
ForkManager fm_)
Associates the ForkManager to the component. |
| Constructors in drcl.comp with parameters of type ForkManager | |
TaskFork(ForkManager fm_,
double time_)
Creates a task to be executed immediately. |
|
| Uses of ForkManager in drcl.sim.event |
| Subclasses of ForkManager in drcl.sim.event | |
class |
SESimulator
A sequential event simulation engine (XXX: still work-in-progress). |
| Uses of ForkManager in drcl.sim.process |
| Subclasses of ForkManager in drcl.sim.process | |
class |
SMMTSimulator
This class implements a Single-Machine Multi-Threaded simulation engine. |
|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||