Main Content

openViews

Open Architecture Views Gallery

Description

example

openViews(model)opens theArchitecture Views Galleryfor the specified model,model. If the model is already open,openViewswill bring the views to the front.

Examples

collapse all

Open the keyless entry system example and create a view. Open theArchitecture Views Galleryfor the model.

scKeylessEntrySystem model = systemcomposer.loadModel("KeylessEntryArchitecture"); fobSupplierView = model.createView("FOB Locator System Supplier Breakdown",...Color="lightblue"); openViews(model)

Input Arguments

collapse all

Architecture model, specified as asystemcomposer.arch.Modelobject.

More About

collapse all

Definitions

Term Definition Application More Information
architecture

A System Composer™architecturerepresents a system of components and how they interface with each other structurally and behaviorally. You can represent specific architectures using alternate views.

Different types of architectures describe different aspects of systems:

  • Functional architecturedescribes the flow of data in a system.

  • Logical architecturedescribes the intended operation of a system.

  • Physical architecturedescribes the platform or hardware in a system.

Compose Architecture Visually
model

A System Composermodelis the file that contains architectural information, including components, ports, connectors, interfaces, and behaviors.

Perform operations on a model:

  • Extract the root-level architecture contained in the model.

  • Apply profiles.

  • Link interface data dictionaries.

  • Generate instances from model architecture.

A System Composer model is stored as an SLX file.

Create Architecture Model with Interfaces and Requirement Links
component

Acomponentis a nontrivial, nearly independent, and replaceable part of a system that fulfills a clear function in the context of an architecture. A component defines an architectural element, such as a function, a system, hardware, software, or other conceptual entity. A component can also be a subsystem or subfunction.

Represented as a block, a component is a part of an architecture model that can be separated into reusable artifacts.

Components
port

Aportis a node on a component or architecture that represents a point of interaction with its environment. A port permits the flow of information to and from other components or systems.

There are different types of ports:

  • Component portsare interaction points on the component to other components.

  • Architecture portsare ports on the boundary of the system, whether the boundary is within a component or the overall architecture model.

Ports
连接器

Connectorsare lines that provide connections between ports. Connectors describe how information flows between components or architectures.

A connector allows two components to interact without defining the nature of the interaction. Set an interface on a port to define how the components interact.

Connections

Term Definition Application More Information
view

Aviewshows 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:

  • 操作视图demonstrate how a system will be used and should be integrated with requirements analysis.

  • Functional viewsfocus on what the system must do to operate.

  • Physical viewsshow how the system is constructed and configured.

A viewpoint represents a stakeholder perspective that specifies the contents of the view.

Modeling System Architecture of Keyless Entry System
element group

Anelement groupis a grouping of components in a view.

Use element groups to programmatically populate a view.

query

Aqueryis 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

Acomponent diagramrepresents 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 ahierarchy diagramas a view with components, ports, reference types, component stereotypes, and stereotype properties.

There are two types of hierarchy diagrams:

  • Component hierarchy diagramsdisplay components in tree form with parents above children. In a component hierarchy view, each referenced model is represented as many times as it is used.

  • Architecture hierarchy diagramsdisplay unique component architecture types and their relationships using composition connections. In an architecture hierarchy view, each referenced model is represented only once.

显示Component Hierarchy and Architecture Hierarchy Using Views

Version History

Introduced in R2019b