Base class of all model elements
The Element
class is the base class for all System Composer™ model elements — architecture, component, port, and connector. This class
inherits from systemcomposer.base.BaseElement
.
Create an architecture, component, port, or connector: addComponent
, addPort
,
connect
.
applyStereotype | Apply stereotype to architecture model element |
getStereotypes | Get stereotypes applied on element of architecture model |
removeStereotype | Remove stereotype from model element |
setProperty | Set property value corresponding to stereotype applied to element |
getProperty | Get property value corresponding to stereotype applied to element |
destroy | Remove and destroy model element |
getEvaluatedPropertyValue | Get evaluated value of property from component |
systemcomposer.arch.Architecture
| systemcomposer.arch.ArchitecturePort
| systemcomposer.arch.BasePort
| systemcomposer.arch.Component
| systemcomposer.arch.ComponentPort
| systemcomposer.arch.Connector