previous | start | next

Class Diagrams

.

Attributes have in general promitive types.
Attribute specification:
text : String

Method specification:
getMessage(index : int) : Message

If too many attributes, group into classes (e.g. Address class).


previous | start | next