Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Composite Elements
You might want to use one element to represent a structure composed of other elements; for example, a general Use Case representing a collection of more specific Use Cases. To achieve this, you can make the 'general' element a composite element, as a pointer to a child diagram containing the 'detail' elements. The elements that you can turn into composites include Classes, Objects, Activities and Use Cases.
Access Right-click element in diagram | New Child Diagram | Composite Structure Diagram or
Right-click element in Project Browser | Add | Composite Structure Diagram
Make an element composite
Images |
Step |
Action |
See also |
||||
---|---|---|---|---|---|---|---|
1 |
When you select to make an element composite, it displays in the diagram and in the Project Browser as illustrated on the left. Note:
|
|
|||||
|
2 |
Double-click on the composite element in the diagram to access the child diagram that it points to. You can populate the child diagram with elements and connectors to represent the internal structure of the (parent) composite element. In this process, structural (embedded) elements cannot be directly added to the child diagram. However, you can add them using a different, modified procedure. The composite element and its child diagram are now represented in the Project Browser as shown. ClassX, ClassY and ClassZ are elements added to the child diagram.
|
|
||||
|
3 |
If you already have, or subsequently create, another diagram that better represents the content of your composite element, you can select that diagram as the child of the composite. Right-click on the composite element and select the New Child Diagram | Select Composite Diagram context menu option. The Select a Diagram browser displays, through which you can browse the entire project to locate the alternative diagram. Click on the diagram and on the OK button to apply it as the child of the composite element. Neither the original nor the alternative child diagram move location or change icons in the Project Browser (unless you specifically make these changes as a separate operation).
|
|
Alternative Notation
You can display the contents (the child diagram) of a Composite element within the element, in two ways.
Display Format |
Detail |
See also |
||||
---|---|---|---|---|---|---|
Display Composite Element as Frame
|
Composite elements can show their contents in place of their usual notation.
Some technologies, such as SysML, qualify the frame label to show the diagram type, element type, element name and child diagram name. If you design custom diagram profiles, you can also qualify the frame label as required. |
|
||||
Display Composite Element Content In Compartment
|
Composite elements can also show their contents in addition to their usual notation, in an separate compartment of the element.
You can also display a Composite Diagram inside its parent element, using a Shape Script. The diagram is displayed in a custom compartment in the center of the element and not necessarily with the standard compartments (such as attributes, tags). |
|
Notes
· | If the Composite Structure Diagram option is not listed in the context menu, the option is not available for the type of element you have selected |
· | If you select either of the alternative notation options to display the child diagram on the composite element, and then you select a different child diagram, the display settings are cleared; reselect the appropriate option to display the new diagram on the composite element |
· | Automation support is available for Composite elements - Element has an Elements collection and a Diagrams collection; additionally you can set the Composite diagram with SetCompositeDiagram |
Learn more