BVar |
Variable with Boolean mutable value in a controller application.
|
Demo1_PropCtrl |
Demo showing use of proportional controller.
|
Demo2_LevelControl |
Demo showing use of level controller.
|
DVar |
Variable with double mutable value in a controller application.
|
IVar |
Variable with integer mutable value in a controller application.
|
LevelControl |
State transition model for controlling the level of a tank.
|
PropCtrl |
Implementation of a proportional controller.
|
StateModel<S extends Enum<S>> |
Base class for implementing state transition models.
|
StateModel.State |
Inner class for state objects.
|
StateModel.State.Transition |
Inner class representing transitions.
|
SystemUnderCtrl |
Class for building a test model for the level control system.
|
Var<T> |
Variable with generic mutable value in a controller application.
|