【发布时间】:2013-09-19 06:02:46
【问题描述】:
当我阅读 UML 规范 2.5(仍然是 Beta)
Some tools may use the different Images for different purposes: the icon replacing the box, fo r the reduced-size icon inside the box, for icons within tree browsers, etc. Alternatively, depending on the Image format, tools may choose to scale one single Image into different sizes for these different purposes.
Some model elements already use an icon for their default presentation. A typical example of this is the Actor model element,
which uses the “stickman” icon. When a Stereotype with an icon is applied to such a model element, the Stereotype’s icon replaces
the default presentation icon within diagrams.
也可以在 UML 认证中阅读它(2007 年,第 155 页)
UML 2 uses several semantic variation points, which means that UML 2 leaves the semantics intentionally open at this point. The interpretation is left up to the environment in which the model is used.
我的问题:
1)能否通过简单的例子说明语义变化点(与上面提供的工具无关)?
2)我应该如何使用semantic variation points(我想知道How和where是否有指导或限制我可以使用它)?
【问题讨论】: