Socket
Socket
Sign inDemoInstall

l

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

l

Web application framework for linking everything together


Version published
Maintainers
1
Created
Source

Yobiengine

Framework for stateful oop combining class based programming with statechart principles

Principles

  • Transition has a trigger: event, condition, idle timeout and delay.
  • A composite state is used to encapsulate states with the same events. Fewer arrows.
  • History state can only be in a composite state.
  • Shallow history state: Remembers the state in the same level.
  • Deep history state: Remembers the state that can be very deep in the hierarchy.
  • A composite state can transition to a sibling state no matter which substate is active. Use deep history state to remember what substate to enter when the composite state is entered again.
  • Final state: terminates the statechart. Could be multiple final states. They have no outgoing transitions.

Tutorials

FAQs

Package last updated on 30 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc