|
|
The UML Class Diagram uses the format from the Unified Modeling Language to depict what UML terms the collabarations, associations and relationships inherent in your software. In the Graph window, the boxes represent classes, and the items within the boxes represent class members.
The thick blue lines between the classes depict the inheritance, called `generalization' in UML, and `base class of' in Imagix 4D. If any Aggregations existed, they would be shown as thick purple lines. Note the thinner green lines between some of the member functions. The lines represent Overrides relationships between functions and the virtual functions they override. This is one of many examples of the member to member relationships, called `associations' in UML, which can be displayed in Class Diagram.
|