2017 © Pedro Peláez
 

library machine-state-machine-interface

Interfaces for state machines.

image

dhii/machine-state-machine-interface

Interfaces for state machines.

  • Tuesday, May 15, 2018
  • by XedinUnknown
  • Repository
  • 3 Watchers
  • 0 Stars
  • 1,607 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 118 % Grown

The README.md

Dhii - State Machine Interface

Build Status Code Climate Test Coverage Latest Stable Version This package complies with Dhii standards, (*1)

Interfaces for state machines., (*2)

This package aims to provide a standard set of interfaces for working with state machines. For clarity and completion, some terminology must first the defined:, (*3)

Status, (*4)

A status is a key or code that identifies a state. State machines will often have a status key for every possible state as well as a current status., (*5)

State, (*6)

A state is a conceptual "frame" in time for a given object. Unlike a status which is simply a key or code, a state typically holds all information about a machine or object at a given status or point in time., (*7)

Transition, (*8)

A transition is a key or code that represents an operation that can be performed on a machine or object. This operation can influence that subject's status and state., (*9)

The Versions

28/09 2017

dev-task/initial-interfaces

dev-task/initial-interfaces

Interfaces for state machines.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dhii Team

25/09 2017

dev-master

9999999-dev

Interfaces for state machines.

  Sources   Download

MIT

The Requires

  • php ^5.3 | ^7.0

 

The Development Requires

by Dhii Team