1.0.2 • Published 5 years ago

@xgd/finite-state-machine v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

🛠 Status: In Development

xgd-finite-state-machine is currently in development. A 1.0 release is expected by mid-year of year 2019.

xgd-finite-state-machine

Efficient and simple state machines in typescript.

Documentation

Full documentation is available at TBP.

Overview

The XGD Finite State Machine provides a typescript implementation of the State Machine Design Pattern as presented in State Machine Design Pattern.

Project created using the Typescript Library Starter.

import {
  FSM_ERROR_CODE,
  StateBase,
  StateMachineContext,
  FSMEvent,
  IEventSink,
  FSMError,
  AutomationInterface
} from '../src/xgd-finite-state-machine';

TODOs

  • Complete 100% coverage tests.
  • Povide more examples.

© XGDFalcon®

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago