|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cz.zcu.fav.kiv.jsim | |
---|---|
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. |
cz.zcu.fav.kiv.jsim.random | This package provides several random number generators in a form of streams. |
Classes in cz.zcu.fav.kiv.jsim used by cz.zcu.fav.kiv.jsim | |
---|---|
JSimCalendar
The JSimCalendar class holds information about all scheduled events within a J-Sim simulation. |
|
JSimCalendarEvent
A JSimCalendarEvent represents one wake-up event in a J-Sim calendar. |
|
JSimException
The JSimException class is a general exception used by J-Sim to inform user about an error. |
|
JSimHead
The JSimHead class is an equivalent of Simula's or C-Sim's HEAD. |
|
JSimInvalidParametersException
The JSimInvalidParametersException is thrown whenever a method or a constructor of a J-Sim class receives arguments that cannot be used. |
|
JSimInvalidProcessStateException
The JSimInvalidProcessStateException is thrown whenever an attempt is made to change a process's state with JSimProcess.setProcessState() but there is not a transition between the current and the desired state in the graph of J-Sim process states. |
|
JSimLink
The JSimLink class is an equivalent of Simula's and C-Sim's LINK. |
|
JSimMethodNotSupportedException
The JSimMethodNotSupportedException is thrown whenever the user tries to call a method that is not supported in the current simulation mode. |
|
JSimProcess
A JSimProcess is an independent unit of code, having its own data. |
|
JSimProcessState
Process state can be one of the following constants: New Passive Scheduled Active Blocked on Semaphore Blocked on Message Send Blocked on Message Received Terminated |
|
JSimSecurityException
The JSimSecurityException is thrown whenever the user tries to execute an action that is forbidden in the current simulation context. |
|
JSimSimulation
The JSimSimulation class instances represent theoretical simulation models, containing processes, queues, and other elements. |
|
JSimSimulationAlreadyTerminatedException
The JSimSimulationAlreadyTerminatedException is thrown whenever the user attempts to add a new process into a terminated simulation. |
|
JSimSimulationMode
The simulation mode defines some properties and capabilities of a simulation. |
|
JSimSimulationState
During simulation program execution, the simulation object can be in one of the following states: Not Started Yet In Progress Terminated |
|
JSimTooManyHeadsException
The JSimTooManyHeadsException is thrown whenever J-Sim cannot add a new queue (JSimHead) into a simulation. |
|
JSimTooManyProcessesException
The JSimTooManyProcessesException is thrown whenever J-Sim cannot add a new process into a simulation. |
Classes in cz.zcu.fav.kiv.jsim used by cz.zcu.fav.kiv.jsim.gui | |
---|---|
JSimInvalidParametersException
The JSimInvalidParametersException is thrown whenever a method or a constructor of a J-Sim class receives arguments that cannot be used. |
|
JSimSimulation
The JSimSimulation class instances represent theoretical simulation models, containing processes, queues, and other elements. |
|
JSimSimulationAlreadyTerminatedException
The JSimSimulationAlreadyTerminatedException is thrown whenever the user attempts to add a new process into a terminated simulation. |
|
JSimSimulationMode
The simulation mode defines some properties and capabilities of a simulation. |
Classes in cz.zcu.fav.kiv.jsim used by cz.zcu.fav.kiv.jsim.ipc | |
---|---|
JSimException
The JSimException class is a general exception used by J-Sim to inform user about an error. |
|
JSimInvalidContextException
The JSimInvalidContextException is thrown whenever the user tries to call a method that cannot be invoked from the piece of code currently being executed. |
|
JSimInvalidParametersException
The JSimInvalidParametersException is thrown whenever a method or a constructor of a J-Sim class receives arguments that cannot be used. |
|
JSimProcess
A JSimProcess is an independent unit of code, having its own data. |
|
JSimSimulation
The JSimSimulation class instances represent theoretical simulation models, containing processes, queues, and other elements. |
Classes in cz.zcu.fav.kiv.jsim used by cz.zcu.fav.kiv.jsim.random | |
---|---|
JSimInvalidParametersException
The JSimInvalidParametersException is thrown whenever a method or a constructor of a J-Sim class receives arguments that cannot be used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |