Represent a 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 System Composer model |
close | Close System Composer model |
save | Save the architecture model or data dictionary |
find | Find architecture elements using a query |
lookup | Look up an architecture element |
createViewArchitecture | Create a view |
openViews | Open architecture views editor |
applyProfile | Apply profile to a model |
removeProfile | Remove profile from a model |
linkDictionary | Link data dictionary to an architecture model |
unlinkDictionary | Unlink dictionary from a model |