Child1Stm

Concrete class of state pattern named Child1Stm

This class is a concrete class of state pattern. The implementation of the behavior that should be done by the update is complete, and STM is driven internally.

Constructors

this
this()

Alias This

_stm

ditto

Members

Functions

initialize
void initialize()
name
string name()
update
TestFlow update()

Variables

_stm
StateTransitor!(State, Event) _stm;

Inherited Members

From BaseTestFlow

name
string name()

Meta