Apply profile to a model
applyProfile(modelObject,profileFile)
applyProfile(modelObject,profileFile) applies the profile to an architecture model and makes all of the constituent stereotypes available.
modelObject
profileFile
collapse all
Architecture model object, specified as a systemcomposer.arch.Model object.
systemcomposer.arch.Model
Name of profile, specified as a character vector.
Example: 'SystemProfile'
'SystemProfile'
Data Types: char
char
createProfile | removeProfile
createProfile
removeProfile