FiniteStateMachineState

org.eso.ias.asce.FiniteStateMachineState
abstract class FiniteStateMachineState[T <: Enumeration](val state: T)

The state machine for the ASCE

The ASCE transitions through 6 different states during its life time

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val state: T