|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonControlInterface | |
cz.zcu.fav.kiv.jsimcasestudies.watersystem.application | |
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 CommonControlInterface in cz.zcu.fav.kiv.jsimcasestudies.watersystem.application |
Fields in cz.zcu.fav.kiv.jsimcasestudies.watersystem.application declared as CommonControlInterface | |
private CommonControlInterface |
WaterStationControl.controlInterface
An instance of CommonControlInterface. |
private CommonControlInterface |
StationMonitor.controlInterface
A common interface between controlled object and the control program |
private CommonControlInterface |
SourceMonitor.controlInterface
An interface between the controlled object and the control program |
Constructors in cz.zcu.fav.kiv.jsimcasestudies.watersystem.application with parameters of type CommonControlInterface | |
WaterStationControl(cz.zcu.fav.kiv.jsim.JSimSimulation simulation,
CommonControlInterface controlInterface,
int numberOfSources,
int maxNumberOfPumpsOn,
double basePeriod)
Constructs a new control program with specified number of water sources. |
|
StationMonitor(CommonControlInterface controlInterface,
int maxNumberOfPumpsOn)
Constructor StationMonitor |
|
SourceMonitor(CommonControlInterface controlInterface,
int sourceNumber)
Constructor of the class |
Uses of CommonControlInterface in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model |
Classes in cz.zcu.fav.kiv.jsimcasestudies.watersystem.model that implement CommonControlInterface | |
class |
ModelInterface
An encapsulation of the whole environment model part of the simulation program. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |