TopCoder UML工具

TopCoder UML 工具是一个易于使用、一致的建模工具,用于设计和开发竞赛。这个新工具完全是由 TopCoder 社区设计和开发的,用于建模序列图、类图、用例图和活动图。最重要的是,所有这些元素都可以轻松地附加文档。「TopCoder UML Tool is an easy to use, consistent modeling tool for use in Design and Development competitions. The new tool was designed and developed entirely by the TopCoder Community to model sequence, class, use case, and activity diagrams. On top of that, all those elements can have documentation easily attached to them.」

  • 所有者: topcoder-archive/topcoder-platform-topcoder-UML-Tool
  • 平台: Linux, Mac, Windows
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Topcoder UML 工具

TopCoder UML 工具是一个易于使用、一致的建模工具,用于设计和开发竞赛。这个新工具完全由 TopCoder 社区设计和开发,用于建模序列图、类图、用例图和活动图。在此基础上,所有这些元素都可以轻松地附加上文档。

在 Linux 和 Windows 上安装 UML 工具

确保你要安装的机器有合适的 Java 版本(1.7)。

执行安装程序 jar。操作系统可能支持在 GUI 中这样做,或者你可以使用命令行:

java -jar TopCoder_UML_Tool_Installer-1.2.7.jar

按照安装程序屏幕上的指示操作。

如果你有任何问题,或者你只是想讨论 UML 工具,请到论坛去。安装程序问题:根据 izPack 文档,一些操作系统应该不支持创建快捷方式(图标)。

在 Mac OS X 上安装 UML 工具

下载 TopCoder UML Tool.dmg 文件。从解压文件中拖动应用程序到你的 "应用程序" 文件夹。当应用程序第一次运行时,XMI、TCUML 和 ZUML 的文件关联将被添加。根据你的安全设置,你可能需要授予你的 Mac 权限来运行/安装该文件。

卸载 UML 工具

应该为卸载程序创建一个图标(如果你选择安装图标,并且izPack安装程序支持你的操作系统的图标)。

如果没有图标,或者由于某种原因你想手动卸载,去你安装应用程序的地方,运行 Uninstaller/uninstaller.jar 文件。如果你的操作系统支持,可以在 GUI 中完成,或者从 Uninstaller 目录中运行 java -jar uninstaller.jar。

构建

build.xml 是一个类似开发竞赛的构建文件。要使用它,你至少需要安装 Ant 1.6.5 并准备运行。

这个汇编中使用的可用目标是:

  • ant compile 编译这个汇编中的所有类
  • ant run 运行要使用的 UML 工具。

配置文件

有效的配置文件被保存在 config 目录下,configmanager.properties 文件被给出,这样在实例化的时候就可以加载配置文件。


主要指标

概览
名称与所有者topcoder-archive/topcoder-platform-topcoder-UML-Tool
主编程语言Java
编程语言Shell (语言数: 11)
平台Linux, Mac, Windows
许可证Other
所有者活动
创建于2014-02-24 21:56:10
推送于2023-11-16 20:03:00
最后一次提交2015-02-02 23:11:43
发布数0
用户参与
星数218
关注者数82
派生数87
提交数16
已启用问题?
问题数6
打开的问题数5
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

topcoder UML Tool

We're proud to introduce the TopCoder UML Tool: An easy to use, consistent modeling tool for use in Design and Development competitions. The new tool was designed and developed entirely by the TopCoder Community to model sequence, class, use case, and activity diagrams. On top of that, all those elements can have documentation easily attached to them.

Install the UML tool on Linux and Windows

Make sure the machine you are installing on has the proper version of Java (1.7).

Execute installer jar. The OS may support doing this in the GUI, or you can use the command line:

java -jar TopCoder_UML_Tool_Installer-1.2.7.jar

Follow instructions on installer screen.

If you have any questions or you would just like to discuss the UML Tool, go to the forums.
Installer issue
Some operating systems supposedly don't support creating shortcuts (icons) according to izPack documentation.

Install the UML tool on Mac OS X

Download the TopCoder UML Tool.dmg file. Drag the application from the unzipped file to your "Applications" folder. When the application is first run, the file associations for XMI, TCUML, and ZUML will be added. Depending on your security settings, you may need to grant your Mac permission to run/install the file.

Uninstall the UML tool

An icon should be created for the uninstaller (if you selected to install icons, and if the izPack installer supports icons for your OS).

If there is no icon, or for some reason you wish to uninstall manually, go to wherever you installed the app and run the Uninstaller\uninstaller.jar file. This can be done in the GUI if your OS supports it, or else run java -jar uninstaller.jar from the Uninstaller directory.

Build

The build.xml is a development contest like build file. To use it you need at least
Ant 1.6.5 installed and ready to run.

The available targets used in this assembly are:

  • ant compile
    Compiles all classes from this assembly

  • ant run
    Run the UML Tool to use.

Configuration File

Valid configuration files are kept under the config directory and the configmanager.properties file is given such that
the config files are loaded while instantiating.