Main Content

Create Custom Views

Create custom viewpoints of an architecture model

System models tend to be large and complex. You can create a custom subset of components from architecture models by filtering model elements based on criteria such as stereotypes, properties, and requirement links. This custom subset is called an architecture view and is a simplified way of working with complex systems. You can use views to focus on certain parts of the architectural design and create operational, functional, or physical views for analysis.

Use architectural spotlight views to analyze component dependencies and hierarchy.

Use queries to define custom viewpoints on the architecture model. View filters rely on the constraints defined by queries. Define queries programmatically.

Define architecture views and hierarchical views in the Architecture Views Gallery. Hierarchical views show the same set of components in tree form.

Classes

expand all

systemcomposer.view.ViewArchitecture view
systemcomposer.view.ElementGroupArchitecture view element group

Functions

expand all

openViewsOpen Architecture Views Gallery
createViewCreate architecture view
getViewFind architecture view
deleteViewDelete architecture view
modifyQueryModify architecture view query and property groupings
runQueryRe-run architecture view query on model
removeQueryRemove architecture view query
addElementAdd component to element group of view
removeElementRemove component from element group of view
getQualifiedNameGet model element qualified name
createSubGroupCreate subgroup in element group of view
getSubGroupGet subgroup in element group of view
deleteSubGroupDelete subgroup in element group of view
findFind architecture model elements using query
findElementsOfTypeFind all elements of specific type
findElementsWithStereotypeFind all elements with stereotype
findElementsWithPropertyFind all elements with property value
findElementsWithInterfaceFind all elements with type set by interface
AnyComponentCreate query to select all components in model
PropertyCreate query to select non-evaluated values for object properties or stereotype properties for elements
PropertyValueCreate query to select property from object or stereotype property and then evaluate property value
HasStereotypeCreate query to select architectural elements with stereotype based on specified subconstraint
IsStereotypeDerivedFromCreate query to select stereotype derived from qualified name
HasPortCreate query to select architectural elements with port based on specified subconstraint
HasConnectorCreate query to select architectural elements with connector based on specified subconstraint
HasInterfaceCreate query to select architectural elements with interface on port based on specified subconstraint
HasInterfaceElementCreate query to select architectural elements with interface element on interface based on specified subconstraint
IsInRangeCreate query to select range of property values

Tools

Architecture Views GalleryCreate and manage architecture views and sequence diagrams

Topics