8000 GitHub - dorant/rhapsody2plantuml: Tools for converting IBM Rhapsody diagrams to the PlantUML format
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dorant/rhapsody2plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert IBM Rhapsody diagrams to PlantUML

With this tool you can convert your:

  • Usecase diagrams
  • Sequence diagrams
  • Class/Object diagrams

to PlantUML syntax

Tools
  • convert.sh - script to convert all .sbs'es in given path, uses below tools
  • sbs2xml - tool to convert .sbs to XML format
  • xml2plant - tool to convert above XML to PlantUML syntax
Setup

First build the needed tools (sbs2xml) and install it:

Make sure you have needed dependencies:

  • bison (sudo apt install bison)
  • flex (sudo apt install flex)

Then:

cd <repo>
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=<path to install to> ../
make install
Usage

Convert all existing diagrams in a project. The command will stop when hitting an error.

./convert.sh ~/my_rhapsody_project

Using the force flag all diagrams can be converted even if a single diagram fails:

./convert.sh -f ~/my_rhapsody_project

Verify the result using the PlantUML syntax checker

./convert.sh -c plantuml.8030.jar -f ~/my_rhapsody_project

About

Tools for converting IBM Rhapsody diagrams to the PlantUML format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0