简体   繁体   English

如何从jdl生成uml图像

[英]how to generate uml image from jdl

JDL-Studio is a great tool but you have to have an internet connection to use it. JDL-Studio是一个很棒的工具,但是您必须要有Internet连接才能使用它。

How do you create an UML image from a JDL file from the commandline? 如何从命令行的JDL文件创建UML图像?

I searched the jhipster-uml help section, the jhipster-uml documentation site, and google to try to find the answer to this question. 我搜索了jhipster-uml帮助部分,jhipster-uml文档站点和google,以尝试找到此问题的答案。 But all the resources I've been able to find discuss generation in the opposite direction. 但是,我已经找到的所有资源都讨论了相反方向的生成。 All the instructions tell how to generate code from UML or from JDL. 所有说明都告诉您如何从UML或JDL生成代码。

Is there a simple command that can be executed from the command line that takes a *.jdl file as input and outputs a file with the generated UML just like the JDL-Studio does? 是否有一个简单的命令可以从命令行执行,该命令以* .jdl文件作为输入并输出具有生成的UML的文件,就像JDL-Studio一样?

there is no such tool because "UML" files are based on a spec implemented by UML editors (Modelio, Visual Paradigm, etc). 没有这样的工具,因为“ UML”文件基于UML编辑器(Modelio,Visual Paradigm等)实现的规范。 However, you can clone the JDL studio repo, launch the app, and have it offline if you want 但是,您可以克隆JDL Studio存储库,启动应用程序,然后根据需要将其脱机

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM