Options
All
  • Public
  • Public/Protected
  • All
Menu

A class that implements a time-based transition.

Hierarchy

Index

Constructors

constructor

Properties

implementation

implementation: TransitionFunction

the next state or a function that returns one

Private ms

ms: number

signal

signal: Signal | undefined

signal, that triggers the transition, or undefined if it is an unconditional transition

state

state: State

state from which the transition is possible

Private timer

timer: any

Result of setTimeout

Methods

Private handleTimer

onConditionsMet

  • onConditionsMet(stateMachine: Automaton): void

onConditionsUnmet

  • onConditionsUnmet(stateMachine: Automaton): void

Static signal

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc