|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Station | |
cz.zcu.fav.kiv.jsimcasestudies.watersystem.model | This package contains classes simulating the outer environment, such as water coming to the sources, water consumption, etc. |
Uses of Station in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model |
Fields in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model declared as Station | |
private Station |
WaterConsumptionProcess.station
The station that this process manages. |
private Station |
StationProcess.station
The station that this process manages. |
private Station |
ModelInterface.station
The main station object. |
Constructors in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model with parameters of type Station | |
WaterConsumptionProcess(cz.zcu.fav.kiv.jsim.JSimSimulation simulation,
StationHardwareData hw,
Station station,
double basePeriod)
Constructs a new process simulating changes of the output flow from the main tank. |
|
StationProcess(cz.zcu.fav.kiv.jsim.JSimSimulation simulation,
StationHardwareData hw,
Station station,
InterruptController ic,
double basePeriod)
Constructs a new process simulating water changes in the main tank. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |