GfSE / SpecIF-Model-Integrator-for-MS-Office

You may select MS-Office files and integrate them to a single SpecIF file in JSON notation. Currently, only Visio and Excel files are processed. There are further constraints, please read the documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpecIF-Model-Integrator-for-MS-Office

Using this VBA desktop application, you may select SysML State-Diagrams or Activity Diagrams in MS-Visio files as well as Requirements in MS-Excel files and integrate them to a single SpecIF file in JSON notation. Diagrams are analyzed and all model-elements plus their semantic relations are identified.

The code was written on Visual Studio 2017 RC.

Prerequisites

  • Microsoft Visio (tested version 2016)
  • Microsoft Excel (tested version 2016)
  • Microsoft .Net Framework 4.5.2

Instructions

  1. To use the program: Start "SpecIF/bin/Debug/SpecIF.exe"
  2. To open the project for development: Click on "SpecIF.vbproj"
  3. To read the code start with Interface.vb, then MainSpecIF.vb More code is found in the folders Informations, Models, SpecIFFolder.

Best wishes Philipp Mochine

About

You may select MS-Office files and integrate them to a single SpecIF file in JSON notation. Currently, only Visio and Excel files are processed. There are further constraints, please read the documentation.

License:Apache License 2.0


Languages

Language:Visual Basic 100.0%