UML基本架构建模--类的通用建模技术(四).docVIP

UML基本架构建模--类的通用建模技术(四).doc

  1. 1、本文档共3页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
UML基本架构建模--类的通用建模技术(四).doc

Modeling Primitive Types 构建原始类型模型 At the other extreme, the things you model may be drawn directly from the programming language you are using to implement a solution. Typically, these abstractions involve primitive types, such as integers, characters, strings, and even enumeration types, that you might create yourself. 另一方面,你建模的事物也许直接来自为实现解决方案而使用的编程语言.最典型地的是抽象事物所包含的原始类型,如整数,字符,字符串,甚至枚举类型,你还可以创建自己的原始类型. To model primitive types, 为原始类型建模, Model the thing you are abstracting as a class or an enumeration, which is rendered using class notation with the appropriate stereotype. 将抽象的事物以某种类或是某种枚举类型建模,这是通过带有适当模板标识的类来表达这种模型. If you need to specify the range of values associated with this type, use constraints. 如果你需要指定该类型关联的值的范围,使用约束. As Figure 4-12 shows, these things can be modeled in the UML as types or enumerations, which are rendered just like classes but are explicitly marked via stereotypes. Primitive types such as integers (represented by the class Int ) are modeled as types, and you can explicitly indicate the range of values these things can take on by using a constraint; the semantics of primitive types must be defined externally to UML. Enumeration types, such as Boolean and Status , can be modeled as enumerations, with their individual literals listed within the attribute compartment (note that they are not attributes ). Enumeration types may also define operations. 如图4-12显示的,这些事物在UML中可以做为类型或是枚举型建模,它们像类一样但是通过模式化被明确标识.象整数这样的原始类型被作为类型建模,并且你可以通过在这些事物上使用约束来明确地指示出值的范围;原始类型的语义必须从外部定义到UML.枚举类型,如布尔和状态,可以作为枚举建模,在属性栏里用具体的文字列出(备注不是属性).枚举类型也能定义操作. Note: Some languages, such as C and C++, let you set an integer value for an enumeration literal. You can model this in the UML by attaching a note to an enumeration literal as implementation guidance. Integer values are not needed for logical modeling. 备注:某些语言,如C和C++,允许你为枚举内容设置整数值.在UML中你可以通过给枚举内容附上备注作为实施向导.整数值不是逻辑建模所必震的.

文档评论(0)

aiwendang + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档