A B C D E F G H I J L M N O P Q R S T U V W

S

scheduleTime - Variable in class cz.zcu.fav.kiv.jsim.JSimProcess
The simulation time that the process is scheduled for (if it is scheduled).
semaphoreIAmCurrentlyBlockedOn - Variable in class cz.zcu.fav.kiv.jsim.JSimProcess
The semaphore that this process is currently blocked on, if it is blocked at all.
semaphores - Variable in class cz.zcu.fav.kiv.jsim.JSimSimulation
All semaphores of the simulation.
sender - Variable in class cz.zcu.fav.kiv.jsim.ipc.JSimMessage
The sending process.
sendMessageWithBlocking(JSimSymmetricMessage) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Sends the specified message to the process denoted as receiver of the message.
sendMessageWithBlocking(JSimMessageForReceiver) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Sends the specified message to the process denoted as receiver of the message.
sendMessageWithBlocking(JSimMessage, JSimMessageBox) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Sends the specified message to the specified message box.
sendMessageWithoutBlocking(JSimSymmetricMessage) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Sends the specified message to the process denoted as receiver of the message.
sendMessageWithoutBlocking(JSimMessageForReceiver) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Sends the specified message to the process denoted as receiver of the message.
sendMessageWithoutBlocking(JSimMessage, JSimMessageBox) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Sends the specified message to the specified message box.
serialVersionUID - Static variable in class cz.zcu.fav.kiv.jsim.gui.JSimDetailedInfoWindow
Serialization identification.
serialVersionUID - Static variable in class cz.zcu.fav.kiv.jsim.gui.JSimMainWindow.JFieldCurrentTime
Serialization identification.
serialVersionUID - Static variable in class cz.zcu.fav.kiv.jsim.gui.JSimMainWindow
Serialization identification.
serialVersionUID - Static variable in class cz.zcu.fav.kiv.jsim.gui.JSimMainWindowList
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.ipc.JSimTooManySemaphoresException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimInvalidContextException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimInvalidParametersException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimInvalidProcessStateException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimKernelPanicException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimMethodNotSupportedException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimProcessDeath
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimSecurityException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimSimulationAlreadyTerminatedException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimTooManyHeadsException
Serialization identification.
serialVersionUID - Static variable in exception cz.zcu.fav.kiv.jsim.JSimTooManyProcessesException
Serialization identification.
setHead(JSimLink) - Method in class cz.zcu.fav.kiv.jsim.JSimHead
Sets a new head of the queue.
setNext(JSimLink) - Method in class cz.zcu.fav.kiv.jsim.JSimLink
Sets the next item in the queue.
setPrevious(JSimLink) - Method in class cz.zcu.fav.kiv.jsim.JSimLink
Sets the previous link in the queue.
setProcessState(JSimProcessState) - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Switches the process to a new state.
setRealSender(JSimProcess) - Method in class cz.zcu.fav.kiv.jsim.ipc.JSimMessage
Sets the real sender when the message is being sent.
setTail(JSimLink) - Method in class cz.zcu.fav.kiv.jsim.JSimHead
Sets a new tail of the queue.
shouldTerminate - Variable in class cz.zcu.fav.kiv.jsim.JSimProcess
Flag saying whether this process has been interrupted by its simulation and should terminate.
shutdown() - Method in class cz.zcu.fav.kiv.jsim.JSimSimulation
Shutdowns the simulation by interrupting all living processes.
sigma - Variable in class cz.zcu.fav.kiv.jsim.random.JSimGaussianStream
The sigma parameter of the distribution, equal to the square root of the variance.
simulationState - Variable in class cz.zcu.fav.kiv.jsim.JSimSimulation
The simulation's state – not started, in progress, terminated.
specific - Variable in exception cz.zcu.fav.kiv.jsim.JSimException
Specific message for every exception.
splitListPane - Variable in class cz.zcu.fav.kiv.jsim.gui.JSimMainWindow
 
splitPane - Variable in class cz.zcu.fav.kiv.jsim.gui.JSimMainWindow
 
start() - Method in class cz.zcu.fav.kiv.jsim.JSimProcess
Starts the process.
startNewProcesses() - Method in class cz.zcu.fav.kiv.jsim.JSimSimulation
Starts all new processes.
step() - Method in class cz.zcu.fav.kiv.jsim.JSimSimulation
Executes one simulation step.
stepLock - Variable in class cz.zcu.fav.kiv.jsim.gui.JSimMainWindow
The lock used to notify the main thread while the simulation is paused in GUI batch mode.
stepLock - Variable in class cz.zcu.fav.kiv.jsim.JSimSimulation
Lock used to synchronize (possible) concurrent calls to step().
stream - Variable in class cz.zcu.fav.kiv.jsim.random.JSimDrawStream
An internal stream from which random numbers are taken and modified.
stream - Variable in class cz.zcu.fav.kiv.jsim.random.JSimExponentialStream
An internal stream from which random numbers are taken and modified.
stream - Variable in class cz.zcu.fav.kiv.jsim.random.JSimGaussianStream
An internal stream from which random numbers are taken and modified.
stream - Variable in class cz.zcu.fav.kiv.jsim.random.JSimUniformStream
An internal stream from which random numbers are taken and modified.
stream - Variable in class cz.zcu.fav.kiv.jsim.random.JSimUserObjectStream
An internal stream from which random numbers are taken to compute an object.
sumLwUntilLastChange - Variable in class cz.zcu.fav.kiv.jsim.JSimHead
The sum of time spent by all links in the queue from its creation to its last change.
sumOfRates - Variable in class cz.zcu.fav.kiv.jsim.random.JSimUserObjectStream
The sum of all rates.
sumTwRemoved - Variable in class cz.zcu.fav.kiv.jsim.JSimHead
The sum of time spent in the queue by all links already removed from it.
suspendedReceivers - Variable in class cz.zcu.fav.kiv.jsim.ipc.JSimMessageBox
A list of all processes that got suspended when they tried to receive a message from this message box.
suspendedSenders - Variable in class cz.zcu.fav.kiv.jsim.ipc.JSimMessageBox
A list of all processes that got suspended when they sent a message to this message box.
switchToNobody() - Method in class cz.zcu.fav.kiv.jsim.JSimSimulation
Switches the execution to the main thread.

A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2000-2006 University of West Bohemia. Licensed under the Academic Free License v. 2.1. Build date 20060812.