addStereotype
Description
adds a new stereotype with a specified name stereotype
= addStereotype(profile
,name
)name
to a profile
profile
.
adds a new stereotype with the previous input arguments and specifies properties for the
stereotype.stereotype
= addStereotype(___,Name,Value
)
Examples
Add Component Stereotype
Add a component stereotype to a profile.
profile = systemcomposer.profile.Profile.createProfile("LatencyProfile"); stereotype = addStereotype(profile,"electricalComponent",AppliesTo="Component")
stereotype = Stereotype with properties: Name: 'electricalComponent' Description: '' Parent: [0×0 systemcomposer.profile.Stereotype] AppliesTo: 'Component' Abstract: 0 Icon: '' ComponentHeaderColor: [210 210 210] ConnectorLineColor: [168 168 168] ConnectorLineStyle: 'Default' FullyQualifiedName: 'LatencyProfile.electricalComponent' Profile: [1×1 systemcomposer.profile.Profile] OwnedProperties: [0×0 systemcomposer.profile.Property] Properties: [0×0 systemcomposer.profile.Property]
close(profile,true)
Input Arguments
profile
— Profile
profile object
Profile, specified as a systemcomposer.profile.Profile
object.
name
— Stereotype name
character vector | string
Stereotype name, specified as a character vector or string. The name of the stereotype must be unique within the profile.
Data Types: char
| string
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
Example: addStereotype(profile,'electricalComponent',AppliesTo="Component")
Description
— Description text for stereotype
character vector | string
Description text for stereotype, specified as a character vector or string.
Example: addStereotype(profile,'electricalComponent',Description="These
components are electrical")
Data Types: char
| string
Icon
— Icon name for stereotype
character vector | string
Icon name for stereotype, specified as a character vector or string. Built in options include:
"default"
"application"
"channel"
"controller"
"database"
"devicedriver"
"memory"
"network"
"plant"
"sensor"
"subsystem"
"transmitter"
This name-value argument is only valid for component stereotypes. The element a
stereotype applies to is set with the AppliesTo
name-value
argument.
Example: addStereotype(profile,"electricalComponent",Icon="default")
Data Types: char
| string
Parent
— Stereotype from which stereotype inherits properties
stereotype object
Stereotype from which stereotype inherits properties, specified as a systemcomposer.profile.Stereotype
object.
Example: addStereotype(profile,"electricalComponent",Parent=baseStereotype)
AppliesTo
— Element type to which stereotype can be applied
""
(default) | "Component"
| "Port"
| "Connector"
| "Interface"
| "Function"
| "Requirement"
| "Link"
Element type to which stereotype can be applied, specified as one of these options:
""
to apply stereotype to all element types"Component"
"Port"
"Connector"
"Interface"
"Function"
, which is only available for software architectures"Requirement"
, to be used with Requirements Toolbox™"Link"
, to be used with Requirements Toolbox
Example: addStereotype(profile,"electricalComponent",AppliesTo="Port")
Data Types: char
| string
Abstract
— Whether stereotype is abstract
false
or 0 (default) | true
or 1
Whether stereotype is abstract, specified as a logical. If
true
, then the stereotype cannot be directly applied on model
elements, but instead serves as a parent for other stereotypes.
Example: addStereotype(profile,'electricalComponent','Abstract',true)
Data Types: logical
ComponentHeaderColor
— Component header color
1x3 uint32
row vector
Component header color, specified as a 1x3 uint32
row vector in
the form [Red Green Blue]
.
This name-value argument is only valid for component stereotypes. The element a
stereotype applies to is set with the AppliesTo
name-value
argument.
Example: addStereotype(profile,'electricalComponent','ComponentHeaderColor',[206
232 246])
Data Types: uint32
ConnectorLineColor
— Connector line color
1x3 uint32
row vector
Connector line color, specified as a 1x3 uint32
row vector in
the form [Red Green Blue]
.
This name-value argument is only valid for connector, port, and interface
stereotypes. The element a stereotype applies to is set with the
AppliesTo
name-value argument.
Example: addStereotype(profile,'electricalComponent','ConnectorLineColor',[206
232 246])
Data Types: uint32
ConnectorLineStyle
— Connector line style
character vector | string
Connector line style name, specified as a character vector or string. Options include:
"Default"
"Dot"
"Dash"
"Dash Dot"
"Dash Dot Dot"
This name-value argument is only valid for connector, port, and interface
stereotypes. The element a stereotype applies to is set with the
AppliesTo
name-value argument.
Data Types: char
| string
Output Arguments
stereotype
— Created stereotype
stereotype object
Created stereotype, returned as a systemcomposer.profile.Stereotype
object.
More About
Definitions
Term | Definition | Application | More Information |
---|---|---|---|
stereotype | A stereotype is a custom extension of the modeling language. Stereotypes provide a mechanism to extend the architecture language elements by adding domain-specific metadata. | Apply stereotypes to model elements such as root-level architecture, component architecture, connectors, ports, data interfaces, value types, functions, requirements, and links. Functions only apply to software architectures. You must have a Requirements Toolbox license to apply stereotypes to requirements and links. A model element can have multiple stereotypes. Stereotypes provide model elements with a common set of property fields, such as mass, cost, and power. | Extend Architectural Design Using Stereotypes |
property | A property is a field in a stereotype. You can specify property values for each element to which the stereotype is applied. | Use properties to store quantitative characteristics, such as weight or speed, that are associated with a model element. Properties can also be descriptive or represent a status. You can view and edit the properties of each element in the architecture model using the Property Inspector. | |
profile | A profile is a package of stereotypes that you can use to create a self-consistent domain of element types. | Author profiles and apply profiles to a model using the Profile Editor. You can store stereotypes for a project in one or several profiles. When you save profiles, they are stored in XML files. |
Version History
Introduced in R2019a
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 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)