2. Identify object types
What are the basic elements of the application the technique is used to describe?
Some guidelines for identifying object types:
- Often can exist independently of other types in a technique
- Names of object types are typically nouns
- Object types used in one technique have often similar type of semantics
- For example:
- Class diagram deals with static properties
- State diagram deals with behavior related object types, etc
-