文件名称:staruml-ruby:StarUML的Ruby扩展
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-16 02:43:09
ruby extension uml class-diagram staruml
Staruml-Ruby staruml-ruby是的Ruby扩展。 此扩展帮助您从UML类图生成Ruby代码。 例如,您有一个名为Book的类。 staruml-ruby将生成以下代码: class Book def initialize ( name , price , qty ) @name = name @price = price @qty = qty end private attr_accessor :name , :price , :qty def to_s "Your string representation of the object will be written here." end end 当前状态 该扩展当前支持从UML类图生成Ruby代码。 目前尚不支持从Ruby代码到UML类图的逆向工程。
【文件预览】:
staruml-ruby-master
----package.json(456B)
----menus()
--------menu.json(436B)
----test()
--------staruml-ruby-test.mdj(155KB)
----ruby-code-generator.js(21KB)
----LICENSE(1KB)
----code-generator-utils.js(3KB)
----CONTRIBUTING.md(1KB)
----preferences()
--------preference.json(1KB)
----main.js(3KB)
----.gitignore(36B)
----README.md(3KB)