flow

Members

Classes

BaseTestFlow
class BaseTestFlow

Base class of state pattern

Child1Stm
class Child1Stm

Concrete class of state pattern named Child1Stm

Child2Stm
class Child2Stm

Concrete class of state pattern named Child2Stm

MainStm
class MainStm

Concrete class of state pattern named MainStm

Interfaces

TestFlow
interface TestFlow

Interface defines the method of the state

Meta