Uses of Interface
at.jku.ssw.fp.sect05_4.dsl.Action
-
Packages that use Action Package Description at.jku.ssw.fp.sect05_4.dsl -
-
Uses of Action in at.jku.ssw.fp.sect05_4.dsl
Classes in at.jku.ssw.fp.sect05_4.dsl that implement Action Modifier and Type Class Description class
LevelControl
State transition model for controlling the level of a tank.class
PropCtrl
Implementation of a proportional controller.class
StateModel<S extends Enum<S>>
Base class for implementing state transition models.protected static class
StateModel.State
Inner class for state objects.class
SystemUnderCtrl
Class for building a test model for the level control system.Fields in at.jku.ssw.fp.sect05_4.dsl declared as Action Modifier and Type Field Description private Action
StateModel.State.Transition. action
The action of the transitionMethods in at.jku.ssw.fp.sect05_4.dsl with parameters of type Action Modifier and Type Method Description StateModel.State
StateModel.State. on(BooleanSupplier cond, Action action)
Adds a transition which triggers based on the given condition.Constructors in at.jku.ssw.fp.sect05_4.dsl with parameters of type Action Constructor Description Transition(BooleanSupplier cond, Action action)
Constructor initializing condition and action.
-