removeElement
Description
removeElement(
adds the component elementGroup
,component
)component
to the element group
elementGroup
of an architecture view.
Note
This function cannot be used when a selection query or grouping is defined on the view. To remove the query, run removeQuery
.
Examples
Add Elements to View and Remove Elements from View
Open the keyless entry system example and create a view, newView
.
scKeylessEntrySystem model = systemcomposer.loadModel("KeylessEntryArchitecture"); view = model.createView("newView");
Open the Architecture Views Gallery to see newView
.
model.openViews
Add an element to the view by path.
view.Root.addElement("KeylessEntryArchitecture/Lighting System/Headlights")
Add an element to the view by object.
component = model.lookup(Path="KeylessEntryArchitecture/Lighting System/Cabin Lights");
view.Root.addElement(component)
Remove an element to the view by path.
view.Root.removeElement("KeylessEntryArchitecture/Lighting System/Headlights")
Remove an element to the view by object.
view.Root.removeElement(component)
Input Arguments
elementGroup
— Element group
element group object
Element group for view, specified as a systemcomposer.view.ElementGroup
object.
component
— Component
component object | variant component object | array of component objects | array of variant component objects | path to component | cell array of component paths
Component to remove from view, specified as a systemcomposer.arch.Component
object, a systemcomposer.arch.VariantComponent
object, an array of systemcomposer.arch.Component
objects, an array of systemcomposer.arch.VariantComponent
objects, the path to a component, or a cell array of component paths.
Example: "KeylessEntryArchitecture/Lighting System/Headlights"
Data Types: char
| string
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. Switch between a component diagram, component hierarchy, or architecture hierarchy. For software architectures, you can switch to a class diagram view. 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
Beispiel öffnen
Sie haben eine geänderte Version dieses Beispiels. Möchten Sie dieses Beispiel mit Ihren Änderungen öffnen?
MATLAB-Befehl
Sie haben auf einen Link geklickt, der diesem MATLAB-Befehl entspricht:
Führen Sie den Befehl durch Eingabe in das MATLAB-Befehlsfenster aus. Webbrowser unterstützen keine MATLAB-Befehle.
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)