Class that represents an architecture model element in an analysis instance
The Instance
class represents an instance of an
architecture.
Create an instance of an architecture
instance = instantiate(modelHandle,architecture,properties,name)
deleteInstance | Delete an architecture instance |
getValue | Get value of a property from an element instance |
instantiate | Create an analysis instance from a specification |
isArchitecture | Find if an instance is an architecture instance |
isComponent | Find if an instance is a component instance |
isConnector | Find if an instance is a connector instance |
isPort | Find if an instance is a port instance |
loadInstance | Load an architecture instance |
saveInstance | Save an architecture instance |
setValue | Set the value of a property for an element instance |
updateInstance | Update an architecture instance |