Represent System Composer model
Use the Model
class to create and manage architecture objects
in a System Composer™ model.
objModel = systemcomposer.createModel(
modelName
)
The createModel
method is the constructor for
the systemcomposer.arch.Model
class.
open | Open architecture model |
close | Close System Composer model |
save | Save the architecture model or data dictionary |
find | Find architecture elements using query |
lookup | Search for architecture element |
createViewArchitecture | Create view |
openViews | Open architecture views editor |
applyProfile | Apply profile to a model |
removeProfile | Remove profile from model |
linkDictionary | Link data dictionary to architecture model |
unlinkDictionary | Unlink data dictionary from architecture model |
renameProfile | Rename profile in model |
iterate | Iterate over model elements |