Dex.StateTransition

Fields

Name

Type

Access

Description

from_

int

r/w

the state this edge may start from

func

Dex.StateTransitionFunc

r/w

callback used to execute the edge

to

int

r/w

the state this edge transitions to

Methods

None

Details

class Dex.StateTransition

Describes one supported transition edge in a [class`Dex`.StateMachine].