fsm-util-lib - v1.0.0
    Preparing search index...

    Class FiniteStateMachine<State, Input>

    Type Parameters

    • State extends string
    • Input extends string
    Index

    Constructors

    Properties

    alphabet: Input[]
    finalStates: State[]
    initialState: State
    states: State[]
    transitionFunction: TransitionFunction<State, Input>

    Methods