Action |
Functional interface for controller actions.
|
BVar |
Variable with Boolean mutable value in a controller application.
|
DVar |
Variable with double mutable value in a controller application.
|
LevelControl |
State transition model for controlling the level of a tank.
|
PropCtrl |
Implementation of a proportional controller.
|
StateModel |
Base class for implementing state transition models.
|
StateModel.State |
Inner class for state objects.
|
StateModel.State.Transition |
Inner class representing transitions.
|
States |
Enumeration for the states of the level controller
|
SystemUnderCtrl |
Class for building a test model for the level control system.
|