Package com.io7m.jfsm.core


@Export @Version("2.0.0") package com.io7m.jfsm.core
Core types and functions.
  • Class
    Description
    FSMEnumMutable<T extends Enum<T>>
    A mutable finite state machine.
    The type of builders for mutable enum-based finite state machines.
    An exception indicating an attempt to perform a transition that is not permitted.