|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSimHead | |
---|---|
cz.zcu.fav.kiv.jsim | This package provides basic classes for simulation creation and execution. |
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. |
Fields in cz.zcu.fav.kiv.jsim with type parameters of type JSimHead | |
---|---|
private java.util.SortedSet<JSimHead> |
JSimSimulation.queues
All queues of the simulation. |
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. |
int |
JSimHead.compareTo(JSimHead h)
Compares this head with another one. |
void |
JSimLink.into(JSimHead queue)
Inserts the item into a queue. |
protected void |
JSimProcess.wait(JSimHead head)
Passivates the process and inserts it to the specified queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |