|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimSimulation | |
---|---|
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
cz.zcu.fav.kiv.jsim.gui | This package provides classes for graphical user interface of a running simulation. |
cz.zcu.fav.kiv.jsim.ipc | This package provides classes for simulation of inter-process communication. |
Uses of JSimSimulation in cz.zcu.fav.kiv.jsim |
---|
Fields in cz.zcu.fav.kiv.jsim declared as JSimSimulation | |
---|---|
protected JSimSimulation |
JSimProcess.myParent
The simulation that this process is a part of. |
protected JSimSimulation |
JSimHead.myParent
The simulation in which the queue is placed. |
Methods in cz.zcu.fav.kiv.jsim that return JSimSimulation | |
---|---|
JSimSimulation |
JSimProcess.getParent()
Returns the simulation that this process is a part of. |
JSimSimulation |
JSimHead.getParent()
Returns the simulation that this queue is a part of. |
Constructors in cz.zcu.fav.kiv.jsim with parameters of type JSimSimulation | |
---|---|
JSimHead(java.lang.String name,
JSimSimulation parent)
Creates a new JSimHead queue belonging to a simulation and having a name. |
|
JSimProcess(java.lang.String name,
JSimSimulation parent)
Creates a new process having a name and belonging to a simulation. |
Uses of JSimSimulation in cz.zcu.fav.kiv.jsim.gui |
---|
Fields in cz.zcu.fav.kiv.jsim.gui declared as JSimSimulation | |
---|---|
private JSimSimulation |
JSimMainWindowList.myParent
The simulation that this list's main window belongs to. |
private JSimSimulation |
JSimMainWindow.myParent
Simulation this window belongs to. |
Methods in cz.zcu.fav.kiv.jsim.gui that return JSimSimulation | |
---|---|
JSimSimulation |
JSimMainWindow.getSimulation()
Returns the simulation object to which this window belongs to. |
Constructors in cz.zcu.fav.kiv.jsim.gui with parameters of type JSimSimulation | |
---|---|
JSimMainWindow(JSimSimulation simulation,
JSimSimulationMode simMode)
Creates a new main window with several buttons, input fields and a text area. |
|
JSimMainWindowList(JSimSimulation parent,
int listType)
Creates a new JList whose items will be descriptions of processes or queues. |
Uses of JSimSimulation in cz.zcu.fav.kiv.jsim.ipc |
---|
Fields in cz.zcu.fav.kiv.jsim.ipc declared as JSimSimulation | |
---|---|
protected JSimSimulation |
JSimSemaphore.myParent
The simulation in which the semaphore is placed. |
Methods in cz.zcu.fav.kiv.jsim.ipc that return JSimSimulation | |
---|---|
JSimSimulation |
JSimSemaphore.getParent()
Returns the simulation that this semaphore is a part of. |
Constructors in cz.zcu.fav.kiv.jsim.ipc with parameters of type JSimSimulation | |
---|---|
JSimSemaphore(java.lang.String name,
JSimSimulation parent,
long initCounter)
Creates a new semaphore with the specified name and initial value of the counter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |