实例介绍
里面中文英文两个版本都有,第一次以管理员的身份运行中文版的,以后直接点击运行即可
【实例截图】
【核心代码】
staruml
└── StarUML
├── AttrExpr.gmr
├── Contributors.xml
├── CppAddIn.dll
├── CSharpAddIn.dll
├── Generator.dll
├── JavaAddIn.dll
├── License.txt
├── modules
│ ├── staruml-cpp
│ │ ├── CppAddIn.aid
│ │ ├── CppAddIn.chm
│ │ ├── CppAddIn.dll
│ │ ├── CppAddIn.ico
│ │ ├── CppAddIn.mnu
│ │ ├── CppAddIn.opt
│ │ ├── Cpp.gmr
│ │ ├── frameworks
│ │ │ └── mfc6.0
│ │ │ ├── MFC6.0.frw
│ │ │ ├── MFC6.0.ico
│ │ │ └── MFC6.0.unt
│ │ ├── Preprocess.gmr
│ │ ├── profiles
│ │ │ └── cpp
│ │ │ ├── Cpp.ico
│ │ │ └── Cpp.prf
│ │ └── unreg.bat
│ ├── staruml-csharp
│ │ ├── CS.gmr
│ │ ├── CSharpAddIn.aid
│ │ ├── CSharpAddIn.chm
│ │ ├── CSharpAddIn.dll
│ │ ├── CSharpAddIn.ico
│ │ ├── CSharpAddIn.mnu
│ │ ├── CSharpAddIn.opt
│ │ ├── frameworks
│ │ │ └── dotnet bcl1.0
│ │ │ ├── DotNet BCL10.frw
│ │ │ ├── DotNet BCL10.ico
│ │ │ └── DotNet BCL10.unt
│ │ ├── profiles
│ │ │ └── csharp
│ │ │ ├── CSharp.ico
│ │ │ └── CSharp.prf
│ │ └── unreg.bat
│ ├── staruml-generator
│ │ ├── Generator.aid
│ │ ├── Generator.dll
│ │ ├── Generator.ico
│ │ ├── Generator.mnu
│ │ ├── templates
│ │ │ ├── design assessment
│ │ │ │ ├── template description.tdf
│ │ │ │ └── template.xls
│ │ │ ├── design review document
│ │ │ │ ├── template description.tdf
│ │ │ │ └── Template.ppt
│ │ │ ├── pseudo code
│ │ │ │ ├── template.cot
│ │ │ │ └── template description.tdf
│ │ │ └── usecase specification
│ │ │ ├── template description.tdf
│ │ │ └── Template.doc
│ │ ├── translators
│ │ │ ├── excel
│ │ │ │ ├── ExcelTranslator.dll
│ │ │ │ └── ExcelTranslator.js
│ │ │ ├── powerpoint
│ │ │ │ ├── PowerPointTranslator.dll
│ │ │ │ └── PowerPointTranslator.js
│ │ │ ├── text
│ │ │ │ ├── TextTranslator.dll
│ │ │ │ └── TextTranslator.js
│ │ │ └── word
│ │ │ ├── WordTranslator.dll
│ │ │ └── WordTranslator.js
│ │ └── unreg.bat
│ ├── staruml-java
│ │ ├── frameworks
│ │ │ ├── j2ee1.4
│ │ │ │ ├── J2EE14 (com).unt
│ │ │ │ ├── J2EE14.frw
│ │ │ │ ├── J2EE14.ico
│ │ │ │ ├── J2EE14 (java).unt
│ │ │ │ ├── J2EE14 (javax).unt
│ │ │ │ ├── J2EE14 (org).unt
│ │ │ │ └── J2EE14 (sunw).unt
│ │ │ └── j2se1.3
│ │ │ ├── J2SE13.frw
│ │ │ ├── J2SE13.ico
│ │ │ ├── J2SE13 (java.applet).unt
│ │ │ ├── J2SE13 (java.awt).unt
│ │ │ ├── J2SE13 (java.beans).unt
│ │ │ ├── J2SE13 (java.io).unt
│ │ │ ├── J2SE13 (java.lang).unt
│ │ │ ├── J2SE13 (java.math).unt
│ │ │ ├── J2SE13 (java.net).unt
│ │ │ ├── J2SE13 (java.rmi).unt
│ │ │ ├── J2SE13 (java.security).unt
│ │ │ ├── J2SE13 (java.sql).unt
│ │ │ ├── J2SE13 (java.text).unt
│ │ │ ├── J2SE13 (java).unt
│ │ │ ├── J2SE13 (java.util).unt
│ │ │ ├── J2SE13 (javax.accessibility).unt
│ │ │ ├── J2SE13 (javax.naming).unt
│ │ │ ├── J2SE13 (javax.rmi).unt
│ │ │ ├── J2SE13 (javax.sound).unt
│ │ │ ├── J2SE13 (javax.swing).unt
│ │ │ ├── J2SE13 (javax.transaction).unt
│ │ │ ├── J2SE13 (javax).unt
│ │ │ ├── J2SE13 (org.omg).unt
│ │ │ └── J2SE13 (org).unt
│ │ ├── JavaAddIn.aid
│ │ ├── JavaAddIn.chm
│ │ ├── JavaAddIn.dll
│ │ ├── JavaAddIn.ico
│ │ ├── JavaAddIn.mnu
│ │ ├── JavaAddIn.opt
│ │ ├── Java.gmr
│ │ ├── JavaParser.dll
│ │ ├── profiles
│ │ │ └── java
│ │ │ ├── EJB.ico
│ │ │ ├── EJB.prf
│ │ │ ├── Java.ico
│ │ │ └── Java.prf
│ │ └── unreg.bat
│ ├── staruml-pattern
│ │ ├── PatternAddIn.aid
│ │ ├── PatternAddIn.chm
│ │ ├── PatternAddIn.dll
│ │ ├── PatternAddIn.ico
│ │ ├── PatternAddIn.mnu
│ │ ├── pattern repository
│ │ │ ├── EJB
│ │ │ │ ├── Entity EJB
│ │ │ │ │ ├── EntityEJB.gif
│ │ │ │ │ ├── EntityEJB.htm
│ │ │ │ │ ├── EntityEJB.js
│ │ │ │ │ └── EntityEJB.pat
│ │ │ │ ├── MessageDriven EJB
│ │ │ │ │ ├── MessageDrivenEJB.gif
│ │ │ │ │ ├── MessageDrivenEJB.htm
│ │ │ │ │ ├── MessageDrivenEJB.js
│ │ │ │ │ └── MessageDrivenEJB.pat
│ │ │ │ └── Session EJB
│ │ │ │ ├── SessionEJB.gif
│ │ │ │ ├── SessionEJB.htm
│ │ │ │ ├── SessionEJB.js
│ │ │ │ └── SessionEJB.pat
│ │ │ └── GoF
│ │ │ ├── Abstract Factory
│ │ │ │ ├── Abstract Factory.htm
│ │ │ │ ├── Abstract Factory.js
│ │ │ │ ├── AbstractFactory_Model1.gif
│ │ │ │ └── Abstract Factory.pat
│ │ │ ├── Adapter
│ │ │ │ ├── Adapter.htm
│ │ │ │ ├── Adapter.js
│ │ │ │ ├── Adapter_Model1.gif
│ │ │ │ └── Adapter.pat
│ │ │ ├── Bridge
│ │ │ │ ├── Bridge.htm
│ │ │ │ ├── Bridge.js
│ │ │ │ ├── Bridge_Model1.gif
│ │ │ │ └── Bridge.pat
│ │ │ ├── Builder
│ │ │ │ ├── Builder.htm
│ │ │ │ ├── Builder.js
│ │ │ │ ├── Builder_Model1.gif
│ │ │ │ ├── Builder.pat
│ │ │ │ └── Build_Model_Seq1.gif
│ │ │ ├── Chain of Responsibility
│ │ │ │ ├── Chain of Responsibility.htm
│ │ │ │ ├── Chain of Responsibility.js
│ │ │ │ ├── Chain of Responsibility_Model1.gif
│ │ │ │ └── Chain of Responsibility.pat
│ │ │ ├── Command
│ │ │ │ ├── Command.htm
│ │ │ │ ├── Command.js
│ │ │ │ ├── Command_Model1.gif
│ │ │ │ ├── Command.pat
│ │ │ │ └── Command_Seq1.gif
│ │ │ ├── Composite
│ │ │ │ ├── Composite.htm
│ │ │ │ ├── Composite.js
│ │ │ │ ├── Composite_Model1.gif
│ │ │ │ └── Composite.pat
│ │ │ ├── Decorator
│ │ │ │ ├── Decorator.htm
│ │ │ │ ├── Decorator.js
│ │ │ │ ├── Decorator_Model1.gif
│ │ │ │ └── Decorator.pat
│ │ │ ├── Facade
│ │ │ │ ├── Facade.htm
│ │ │ │ ├── Facade.js
│ │ │ │ ├── Facade_Model2.gif
│ │ │ │ ├── Facade_Model.gif
│ │ │ │ └── Facade.pat
│ │ │ ├── Factory Method
│ │ │ │ ├── Factory Method.htm
│ │ │ │ ├── Factory Method.js
│ │ │ │ ├── Factory Method_Model1.gif
│ │ │ │ └── Factory Method.pat
│ │ │ ├── Flyweight
│ │ │ │ ├── Flyweight.htm
│ │ │ │ ├── Flyweight.js
│ │ │ │ ├── Flyweight_Model1.gif
│ │ │ │ └── Flyweight.pat
│ │ │ ├── Interpreter
│ │ │ │ ├── Interpreter.htm
│ │ │ │ ├── Interpreter.js
│ │ │ │ ├── Interpreter_Model1.gif
│ │ │ │ └── Interpreter.pat
│ │ │ ├── Iterator
│ │ │ │ ├── Iterator.htm
│ │ │ │ ├── Iterator.js
│ │ │ │ ├── Iterator_Model1.gif
│ │ │ │ └── Iterator.pat
│ │ │ ├── Mediator
│ │ │ │ ├── Mediator.htm
│ │ │ │ ├── Mediator.js
│ │ │ │ ├── Mediator_Model1.gif
│ │ │ │ ├── Mediator_Model_Seq1.gif
│ │ │ │ └── Mediator.pat
│ │ │ ├── Memento
│ │ │ │ ├── Memento.htm
│ │ │ │ ├── Memento.js
│ │ │ │ ├── Memento_Model1.gif
│ │ │ │ ├── Memento_Model_Seq1.gif
│ │ │ │ └── Memento.pat
│ │ │ ├── Observer
│ │ │ │ ├── Observer.htm
│ │ │ │ ├── Observer.js
│ │ │ │ ├── Observer_Model1.gif
│ │ │ │ ├── Observer.pat
│ │ │ │ └── Observer_Seq1.gif
│ │ │ ├── Prototype
│ │ │ │ ├── Prototype.htm
│ │ │ │ ├── Prototype.js
│ │ │ │ ├── Prototype_Model1.gif
│ │ │ │ └── Prototype.pat
│ │ │ ├── Proxy
│ │ │ │ ├── Proxy.htm
│ │ │ │ ├── Proxy.js
│ │ │ │ ├── Proxy_Model1.gif
│ │ │ │ └── Proxy.pat
│ │ │ ├── Singleton
│ │ │ │ ├── Singleton.htm
│ │ │ │ ├── Singleton.js
│ │ │ │ ├── Singleton_Model1.gif
│ │ │ │ └── Singleton.pat
│ │ │ ├── State
│ │ │ │ ├── State.htm
│ │ │ │ ├── State.js
│ │ │ │ ├── State_Model1.gif
│ │ │ │ └── State.pat
│ │ │ ├── Strategy
│ │ │ │ ├── Strategy.htm
│ │ │ │ ├── Strategy.js
│ │ │ │ ├── Strategy_Model1.gif
│ │ │ │ └── Strategy.pat
│ │ │ ├── Template Method
│ │ │ │ ├── Template Method.htm
│ │ │ │ ├── Template Method.js
│ │ │ │ ├── Template Method_Model1.gif
│ │ │ │ └── Template Method.pat
│ │ │ └── Visitor
│ │ │ ├── Visitor.htm
│ │ │ ├── Visitor.js
│ │ │ ├── Visitor_Model1.gif
│ │ │ ├── Visitor_Model_Seq1.gif
│ │ │ └── Visitor.pat
│ │ ├── style.css
│ │ └── unreg.bat
│ ├── staruml-rose
│ │ ├── RoseAddIn.aid
│ │ ├── RoseAddIn.chm
│ │ ├── RoseAddIn.dll
│ │ ├── RoseAddIn.ico
│ │ ├── RoseAddIn.mnu
│ │ ├── RosePetal.gmr
│ │ └── unreg.bat
│ ├── staruml-standard
│ │ ├── approaches
│ │ │ ├── 4p1ViewModel
│ │ │ │ ├── 4p1ViewModel.apr
│ │ │ │ └── 4p1ViewModel.ico
│ │ │ ├── Default
│ │ │ │ ├── Default.apr
│ │ │ │ └── Default.ico
│ │ │ ├── Rational
│ │ │ │ ├── Rational.apr
│ │ │ │ └── Rational.ico
│ │ │ └── UMLComponents
│ │ │ ├── UMLComponents.apr
│ │ │ └── UMLComponents.ico
│ │ ├── ConvCol2Seq.vbs
│ │ ├── ConvSeq2Col.vbs
│ │ ├── Environment.opt
│ │ ├── profiles
│ │ │ └── umlstandard
│ │ │ ├── analysisModel.bmp
│ │ │ ├── boundary.bmp
│ │ │ ├── Boundary.wmf
│ │ │ ├── CaseWorker.wmf
│ │ │ ├── control.bmp
│ │ │ ├── Control.wmf
│ │ │ ├── deploymentModel.bmp
│ │ │ ├── designModel.bmp
│ │ │ ├── entity.bmp
│ │ │ ├── Entity.wmf
│ │ │ ├── implementationModel.bmp
│ │ │ ├── InternalWorker.wmf
│ │ │ ├── robustnessDiagram.bmp
│ │ │ ├── UMLStandard.ico
│ │ │ ├── UMLStandard.prf
│ │ │ ├── useCaseModel.bmp
│ │ │ └── Worker.wmf
│ │ ├── StandardAddIn.aid
│ │ ├── StandardAddIn.ico
│ │ └── StandardAddIn.mnu
│ └── staruml-xmi
│ ├── unreg.bat
│ ├── XMIAddIn.aid
│ ├── XMIAddIn.chm
│ ├── XMIAddIn.dll
│ ├── XMIAddIn.ico
│ └── XMIAddIn.mnu
├── MsgExpr.gmr
├── NameExpr.gmr
├── ObjExpr.gmr
├── OperExpr.gmr
├── OptMgr.dll
├── PatternAddIn.dll
├── Pgmr101.ocx
├── pns.gmr
├── Readme.txt
├── RoleExpr.gmr
├── samples
│ ├── Sample model for Generator.uml
│ ├── Satellite Operation System.uml
│ ├── StarUML Application Model.uml
│ └── UML Interchange Metamodel Abstract Syntax.uml
├── StarUML.chm
├── StarUML.exe
├── StarUML_中文版.exe
├── WinGraphviz.dll
├── XMIAddIn.dll
└── 绿化.exe
70 directories, 281 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论