Code Monkey home page Code Monkey logo

eye-oh's Introduction

eye-oh

A set of tools for converting π-calculus processes into Register Automata in XML. Each component can be run in isolation or the whole pipeline can be run at once. Additionally, there exists a tool for converting Register Automata from Tomte's XML format to DEQ's XML format. Pifra is used to convert π-calculus processes to a labelled transition representing FRAs.

Below we can see a high level overview of all the components and their relevant data formats.

diagram

Notes about π-calculus definition files

Notes about input model

  • initial state must have initial="true"
  • states with no outgoing transitions will be considered final
  • relies on input transitions starting with I, output with O (as does Tomte)
  • make sure not to have states prefixed vk_N and kk_ or named sink and sink_two in your input model already

Notes about output model

  • the output symbols ODummy, OOK, and OFinal will be created
  • two sink states will be added, which will consume the added input enabling transitions
  • to make alternating input/output transitions, the model will add OOK transitions inbetween

Usage

  • npm run package && npm run link to get binary installed in /usr/local/bin
  • eye-oh --help to list all available commands
  • deq-helper.sh is used to in the output directory with a learnedConcreteModel.xml and a test_processes/temp.pi to produce deq models (handles all pruning, converting, etc).

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.