removeQuery
Remove architecture view query
Description
removeQuery(
removes the selection query and groupings on the view view
,keepContents
)view
with the
option to keep contents (keepContents
), which leaves the elements that
were selected in the view. removeQuery
allows for manually editing the
view element by element. If keepContents
is true
,
any property-based groupings are kept intact in the diagram but removed from
GroupBy
.
Examples
Remove Query From View and Keep Contents
Open the keyless entry system example and create a view. Specify the color as light blue, the query as all components, and group by the review status.
import systemcomposer.query.* scKeylessEntrySystem model = systemcomposer.loadModel("KeylessEntryArchitecture"); view = model.createView("All Components Grouped by Review Status",... Color="lightblue",Select=AnyComponent,... GroupBy="AutoProfile.BaseComponent.ReviewStatus");
Open the Architecture Views Gallery to see the new view All Components Grouped by Review Status
.
model.openViews
Remove the query and keep the contents. The view is now manually editable element by element, and the groupings are preserved.
view.removeQuery(true)
Input Arguments
view
— Architecture view
view object
Architecture view, specified as a systemcomposer.view.View
object.
keepContents
— Whether to keep contents in view
true
or 1 (default) | false
or 0
Whether to keep contents in view, specified as a logical 1 (true
)
to keep contents specified by the removed selection query and property-based groupings
or 0 (false
) to remove all contents from the view.
More About
Definitions
Term | Definition | Application | More Information |
---|---|---|---|
view | A view shows a customizable subset of elements in a model. Views can be filtered based on stereotypes or names of components, ports, and interfaces, along with the name, type, or units of an interface element. Create views by adding elements manually. Views create a simplified way to work with complex architectures by focusing on certain parts of the architectural design. |
You can use different types of views to represent the system:
A viewpoint represents a stakeholder perspective that specifies the contents of the view. | Modeling System Architecture of Keyless Entry System |
element group | An element group is a grouping of components in a view. | Use element groups to programmatically populate a view. | |
query | A query is a specification that describes certain constraints or criteria to be satisfied by model elements. | Use queries to search elements with constraint criteria and to filter views. | Find Elements in Model Using Queries |
component diagram | A component diagram represents a view with components, ports, and connectors based on how the model is structured. | Component diagrams allow you to programmatically or manually add and remove components from the view. | Inspect Components in Custom Architecture Views |
hierarchy diagram | You can visualize a hierarchy diagram as a view with components, ports, reference types, component stereotypes, and stereotype properties. |
There are two types of hierarchy diagrams:
| Display Component Hierarchy and Architecture Hierarchy Using Views |
Version History
Introduced in R2021a
Ouvrir l'exemple
Vous possédez une version modifiée de cet exemple. Souhaitez-vous ouvrir cet exemple avec vos modifications ?
Commande MATLAB
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes MATLAB.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)