Git Product home page Git Product logo

sysml's Introduction

webgme-sysml

SysML implementation using WebGME as a library

Installation

Clone the repository

Install all dependency modules

npm install

Start the Mongo database manager

The MongoDB database manager must be running before starting WebGME.

mongod --rest

Start WebGME

The following starts WebGME with the default configuration.

node app.js 

alternatively...

npm start

Go to (http://127.0.0.1:9091) to access the user interface.

The following starts WebGME with a custom configuration. Make sure you unset the environment variable afterwards.

Windows

set NODE_ENV=app && node app.js 

alternatively...

set NODE_ENV=app && npm run app 

Linux

env NODE_ENV=app && node app.js 

alternatively...

env NODE_ENV=app && npm run app 

(optional) Run the test example for a plugin.

npm run test

Environment Special Notes

Ubuntu

The node.js package dependencies can be installed with apt-get.

sudo apt-get install npm mongodb

The default command for node.js is not 'node' unless you install the legacy package.

sudo apt-get install nodejs-legacy

Current Features

WebGME-SysML language definition

WebGME-SysML language and models are provided with domain-specific visualizations (decorator)

SysML modeling with WebGME-SysML language (under OMG specification v1.3+)

Diagrams supported:

  • Block Definition Diagram
  • Internal Block Diagram
  • Package Diagram (WebGME-flavored)
  • Parametric Diagram
  • Requirement Diagram
  • Use Case Diagram
  • Sequence Diagram (Check out WebGME-Domain-Tools for Activity Diagram and State Machine Diagram)

SysML diagrams exportable to Eclipse Papyrus:

  • Internal Block Diagram
  • Requirement Diagram
  • Use Case Diagram

SysML diagrams importable from Eclipse Papyrus:

  • Block Definition Diagram
  • Internal Block Diagram
  • Parametric Diagram
  • Requirement Diagram
  • Use Case Diagram

SysML diagram elements exportable to SysML specs (see Eclipse Papyrus uml file in project for schema)

  • Block Definition Diagram
  • Internal Block Diagram
  • Parametric Diagram
  • Requirement Diagram
  • Use Case Diagram
  • Elements from above diagrams within hierarchical packages are exportable

Limitations/TODOs

  • Not all components in the OMG specs are modeled in WebGME-SysML. Please create an issue to recommend or report needed elements
  • Only a set of elements from diagrams mentioned above are exportable to Eclipse
  • Information regarding connections is exportable to Eclipse, but users will have to manually display the connections onto the diagrams
  • WebGME-flavored Package Diagram can be created by adding and organizing different "Package" elements
  • Sequence Diagram visualization is still in need of a different visualizer so that it should resemble more of a traditional Sequence Diagram; in current Sequence Diagram, in order to create events in different times, display the "ExecutionSpecification" in vertical order
  • Current WebGME-SysML models are not exportable to other existing SysML editors

sysml's People

Contributors

zhangpn avatar

Watchers

liushouquan avatar

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.