程序员人生 网站导航

UML基本架构建模--获得通用机制

栏目:框架设计时间:2015-03-26 09:57:17


Sometimes you just have to color outside the lines. For example, at a job site, an architect might scribble a few notes on the buildings blueprints to communicate a subtle detail to the construction workers. In a recording studio, a composer might invent a new musical notation to represent some unusual effect she wants from a guitarist. In both cases, there already exist well-defined languages------the language of structural blueprints and the language of musical notation------but sometimes you have to bend or extend those languages in controlled ways to communicate your intent.

有时你不能不在线外着色.例如,在工作现场,1位设计师可能随便的在建筑蓝图上写下备注与建筑工人沟通轻微的细节.在录音室里,作曲家可能创造1个新的音乐符号,以到达让吉他手表达1些不是很常见的效果.在这两个案例中,已存在具有良好定义的语言--结构蓝图的语言和音乐符号的语言--但有时你不能不在已控的方式内缩减或延伸那些语言来转达你的意图.

 

Modeling is all about communication. The UML already gives you all the tools you need to visualize, specify, construct, and document the artifacts of a wide range of software-intensive systems. However, you might find circumstances in which youll want to bend or extend the UML. This happens to human languages all the time (thats why new dictionaries get published every year), because no static language can ever be sufficient to cover everything youll want to communicate for all time. When using a modeling language such as the UML, remember that you are doing so to communicate, and that means youll want to stick to the core language unless theres compelling reason to deviate. When you find yourself needing to color outside the lines, you should do so only in controlled ways. Otherwise, you will make it impossible for anyone to understand what youve done.

建模都是关于沟通的.UML已给你所有工具为你可视化,详述化,结构化和文档化1个宽泛的集成型系统的产品提供帮助.但是,你可能发现你会想缩减或延伸UML.这在人类语言中总是产生(这就是为何每一年都有新的字典发行的缘由),由于没有静态的语言能足以涵盖你任什么时候候想要转达的事情.当使用像UML这些的建模语言时,记住,你所做的沟通意味着你要坚持语言的核心部份,偏离其核心除非有使人佩服的理由.当你发现你自己需要要线条之外着色,你应确保在已控的方式内这么做,否则,你将不能让任何人理解你想要做甚么.

 

Notes are the mechanism provided by the UML to let you capture arbitrary comments and constraints to help illuminate the models youve created. Notes may represent artifacts that play an important role in the software development life cycle, such as requirements, or they may simply represent free-form observations, reviews, or explanations.

备注是UML提供给你为所欲为的注解和束缚以帮助你阐明你所创建模型的机制.备注可以表达在软件开发周期内起重要作用的产品,如需求,也能够很简单的表达自由形态的资料,回顾或是解释.

 

The UML provides a graphical representation for comments and constraints, called a note, as Figure 6⑴ shows. This notation permits you to visualize a comment directly. In conjunction with the proper tools, notes also give you a placeholder to link to or embed other documents.

UML为注解和束缚提供被称为备注的图形化的表达方式,如图6⑴显示的.这个符号允许你直接地可视化1个注解.与适当的工具结合,备注还可以给你1个链接的点位符或是嵌入其它的文档.

 

Stereotypes, tagged values, and constraints are the mechanisms provided by the UML to let you add new building blocks, create new properties, and specify new semantics. For example, if you are modeling a network, you might want to have symbols for routers and hubs; you can use stereotyped nodes to make these things appear as primitive building blocks. Similarly, if you are part of your projects release team, responsible for assembling, testing, and then deploying releases, you might want to keep track of the version number and test results for each major subsystem. You can use tagged values to add this information to your models. Finally, if you are modeling hard real time systems, you might want to adorn your models with information about time budgets and deadlines; you can use constraints to capture timing requirements.

模式化,标签值和束缚是UML提供给你增加新构建块,创建新属性和描写新语义的机制.例如,如果你正在为网络建模,你可能想路由器和集线器要有个符号;你可使用模式化节点来使得这些事物作为原始的构建块出现.一样的,如果你是项目发布团队的1部份,职责是集成,测试和部署发布版本,你可能会想跟踪版本号和为各主要子系统测试结果.你可使用标签值为你的模型增加信息.最后,如果你在建模的是实时系统,你可能会想使用时间预算和限制信息来修饰你的模型,你可使用束缚捕获时间需求.

 

The UML provides a textual representation for stereotypes, tagged values, and constraints, as Figure 6⑵ shows. Stereotypes also let you introduce new graphical symbols so that you can provide visual cues to your models that speak the language of your domain and your development culture.

UML为模式化,标签值和束缚提供的是文本化的表达方式.如图6⑵所显示的.模式化也能让你引进新的图形化符号,以便你能为你的模型提供可视化信息,这样就能够说你领域的语言和使用你的开发习惯.

 

 
------分隔线----------------------------
------分隔线----------------------------

最新技术推荐