Skip to content

khalidbourr/B2XKlaim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B2XKlaim

B2XKlaim is a powerful tool designed to transform Collaboration diagrams from BPMN into skeleton code for Xklaim, an innovative programming language rooted in the formal language KLAIM.

B2XKlaim Logo

Table of Contents


Features

  • Code Generation: Automatically produce Xklaim skeleton code from BPMN Collaboration diagrams.
  • Support for BPMN Elements: Seamless integration of XOR, AND, Start, Intermediate, and End events. Additionally, support for None, Messages, Signals, Pools, Call Activity, Script Task, Message Flow, and Event Subprocess.

Background

Xklaim

Xklaim is a novel programming language that derives its core principles from the formal language KLAIM.


Installation

  1. Clone the repository:
    git clone https://github.com/khalidbourr/B2XKlaim
    cd B2XKlaim/B2XKlaim-FrontEnd
    npm install
    npm install jszip
    

Usage

To utilize B2XKlaim effectively, follow these steps:

1. Start the Backend

   cd B2XKlaim/B2XKlaim-BackEnd
   mvn clean install (mvn clean install -DskipTests)
   mvn clean compile

Ensure the backend is up and running. Initiate the B2XKlaimApplication.

2. Launch the Frontend

Navigate to the frontend directory:

cd B2XKlaim/B2XKlaim-FrontEnd
npm run serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published