Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 769 Bytes

index.md

File metadata and controls

21 lines (14 loc) · 769 Bytes

StateMachines.jl

a framework for state machines in Julia. It will support:

It then will be useful for

  • discrete event simulation of communication or queueing systems where events to state machines are generated by a simulation engine,
  • implementation of reactive system with user generated or external events.

Installation

StateMachines.jl is not yet an registered package and is installed with

pkg> add("https://github.com/pbayer/StateMachines.jl")

Author: Paul Bayer License: MIT