GithubHelp home page GithubHelp logo

miho / vsm Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 405 KB

State Machine model + Runtime Execution Engine based on VMF

License: Apache License 2.0

Java 100.00%
modeling state-machine vmf vrl-studio vrl

vsm's Introduction

VSM

State Machine model + Runtime Execution Engine based on VMF

Javadocs Javadocs Java CI with Gradle

vsm's People

Contributors

miho avatar

Stargazers

 avatar

Watchers

 avatar

vsm's Issues

Allow multiple executor implementations in one fsm with sub-fsms

Rationale:

The current implementation only allows a single executor implementation in an fsm with multiple nested fsms. This limits the use of different executors since different executor implementations can only be synchronized manually and not via the nested fsm mechanism.

A real use-case:

There are cases where the actual fsm is executed in hardware or external processes but we want to communicate with those entities via the unified event based communication. This is the case for g-code senders that need to communicate via serial port. They switch state on whatever event (possibly hardware and therefore impossible to model in our software). The executor should just communicate with this g-code sender and trigger state-changed events if they report state change, e.g., IDLE->RUNNING or ALARM.

Consequences

Consequences are that the current executor implementation cannot longer rely on implementation details. A executor factory of some sort might be necessary to build up the executor hierarchy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.