UML may consists of three parts,namely,
1: Things
2: Relationships
3: Diagrams
Things is an important component parts of the UML ,Relationships gets the Things together and Diagrams is the mutual group of a lot of the Things related.
There are four Things:
1: Structural Things
2: Behavioral Things
3: Grouping Things
4: Annotational Things
These Things are the basic OO UML Model, They are the most static part of the model and represent the conceptive or physical element.
Totally,there are seven strutural Things : the Class ,Interface,Collaboration,User Case ,Active Class,Component and Node .
分享到:
相关推荐
A key aspect in all of this is the sensible application of a set of diagrams defined within the Unified Modelling Language (UML) standard. It is aimed at those designing - or who intend to design - ...
- **结构事物(Structural things)**:包括类(Class)、接口(Interface)、协作(Collaboration)、用例(Use Case)。 - **动作事物(Behavioral things)**:主要包括交互(Interaction)和状态机(State ...
UML的事物是模型中最基本的面向对象构建块,它们可以分为四类:结构事物(Structural Things)、行为事物(Behavioral Things)、分组事物(Grouping Things)以及注释事物(Annotational Things)。 1. **结构事物...
- **结构事物(Structural things)**:主要包括类(Class)、接口(Interface)、协作(Collaboration)、用例(Use Case)、活动类(Active Class)、组件(Component)和节点(Node)。 - **类(Class)**:...
根据给定文件的信息,本文将对UML(Unified Modeling Language,统一建模语言)的组成要素进行详细解析,包括事物(Things)、关系(Relationships)和图表(Diagrams)三大核心部分,帮助读者更好地理解UML的基本...
1. **结构事物(Structural Things)**:这些事物构成了模型的静态方面,代表了概念上或物理上的元素。结构事物进一步分为以下几种: - **类(Class)**:类是具有相同属性、方法、关系和语义的对象的集合。类实现...
2. 结构元素(structural things):这类元素包括类(class)、接口(interface)、协作(collaboration)、用例(use case)、活动类(active class)、组件(component)等。它们用于描述系统中静态的结构组成。 ...
1. 结构性事物(Structural Things):如类(Class)、接口(Interface)、协作(Collaboration)、用例(Use Case)、活动类(Active Class)、组件(Component)、工件(Artifact)和节点(Node)。这些是UML的...
- **结构事物**(Structural Things):UML中的结构事物代表了系统中的静态部分,例如类、接口、组件等,它们构成了模型的基本组成部分。 - **注释事物**(Annotation Things):这类事物用于为模型添加注释或解释...