|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimHead | |
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
cz.zcu.fav.kiv.jsim.unsecure | This package provides auxiliary classes that allow the user to perform some operations that are normally disallowed. |
Uses of JSimHead in cz.zcu.fav.kiv.jsim |
Fields in cz.zcu.fav.kiv.jsim declared as JSimHead | |
private JSimHead |
JSimLink.myQueue
The queue that this link is currently inserted in. |
Methods in cz.zcu.fav.kiv.jsim that return JSimHead | |
JSimHead |
JSimLink.getQueue()
Returns the queue that this link is currently inserted in. |
Methods in cz.zcu.fav.kiv.jsim with parameters of type JSimHead | |
protected void |
JSimSimulation.addQueue(JSimHead queue)
Adds a new queue to the simulation. |
protected void |
JSimProcess.wait(JSimHead head)
Passivates the process and inserts it to the specified queue. |
void |
JSimLink.into(JSimHead queue)
Inserts the item into a queue. |
Uses of JSimHead in cz.zcu.fav.kiv.jsim.unsecure |
Subclasses of JSimHead in cz.zcu.fav.kiv.jsim.unsecure | |
class |
UnsecureHead
UnsecureHead is an experimental class that you probably will not use at all. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |