|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IContainerElement | Interface for model elements that can contain other elements (like classes, packages, attributes or methods). |
Class Summary | |
---|---|
AddAdapter | The AddAdapter is needed for a work-around because in UML2 in case of adding an element the corresponding event is fired before the attributes are set. |
BooleanPropertyDescriptor | Descriptor for a boolean property used for the combo box cell editor. |
ClassDiagram | A ClassDiagram represents the subset of elements of the complete UML2 model which are shown in a class diagram. |
ClassDiagramTest | |
ModelElement | Base class for the model. |
ModelElementTest | Base class for tests of
ModelElement . |
Util | This class provides some basic functionality which is used in the model. |
UtilTest | |
VisibilityPropertyDescriptor | Descriptor for a visibility property used for the combo box cell editor. |
Provides all classes and interfaces for our internal model of class diagrams. Most of the model elements have a corresponding element in the UML2 model, where the UML standard is implemented and all non graphical data is stored. Our model mainly adds information about where and how elements are placed in the diagrams and serves as model to display diagrams using the GEF framework.
Each model element has properties that are accessed using property ids. The set of the properties of all elements describes the subset of properties of UML the plugin supports.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |