Return to site

Violet uml editor for mac

broken image
broken image
broken image

You can run your application directly from System Designer and then export it to HTML, JSON or a Node.js module (* macOS and Chrome Web App version only).īecause you have defined a model for your application, a Dynamic Type Check is done on every action of your application. In fact, System Designer acts as an ODM (Object-Document Mapper) to manage your components as NoSQL Documents. Create a component in System Designer is like creating a document in a NoSQL Database. There is no need to code to instantiate a component. You can easily navigate threw components to create your application. System Designer provides you helpers to manage your components. You only have then to add your code to implement them. Once you have created your model, System Designer generates the skeletons of all your methods. With MSON you can define types, classes, one to one / one to many relationships and multi inheritance between classes. The definition of the model is stored on a JSON format called MSON. So you probably already know how to create a model in System Designer even if you have never run it. System Designer uses UML, a standard, to define your model.