Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Maintenance Diagram
A Maintenance diagram is a type of Custom diagram, an extension to the UML model. It is a change management tool, used to record: Each Change, Issue or Test Case element can link to other model elements in the project, to illustrate how they contribute to or are impacted by the item, and how they must be modified, removed, applied or extended to provide a solution. This includes identifying areas of work, represented by Task elements, to which resources can be allocated as either external (Actor) elements or internal properties (resource allocation). You generate Maintenance diagram elements and connectors from the Maintenance pages of the Toolbox, although you might also make frequent use of connectors from other Toolbox pages.
Example Diagram
Maintenance Diagram Elements
Item |
Description |
See also |
---|---|---|
A Package is a namespace as well as an element that can be contained in other Package's namespaces. |
Package | |
Issue elements represent a failure to meet defined requirements for the current system. |
Issue | |
This element represents a change in the defined requirements for the current system and can be used to request and manage the change process. |
Change | |
A Task element represents a task that must be performed in relation to an element. |
Task | |
A Test Case is a stereotyped Use Case element. You might use it to extend the facilities of the Testing window, by applying element properties and capabilities to the tests of a feature represented by another element or - more appropriately - set of elements. |
Test Case | |
An Entity is a stereotyped Object that models a store or persistence mechanism that captures the information or knowledge in a system. |
Entity | |
A Test element represents a step in the Basic, Alternate and Exception Paths of a Scenario created in a Use Case or other element. |
Test | |
The defect element represents an obstacle to meeting defined requirements for the current system. |
Defect |
Maintenance Diagram Connectors
Item |
Description |
See also |
---|---|---|
An Aggregation connector is a type of association that shows that an element contains or is composed of other elements. |
Aggregate |
Learn more