Base class of all model elements
The Element
class is the base class for all 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 a stereotype to a model element |
getStereotypes | Get the stereotypes applied on the element |
removeStereotype | Remove a stereotype from a model element |
setProperty | Set the property value corresponding to a stereotype applied to the element |
getProperty | Get the property value corresponding to a stereotype applied to the element |
destroy | Remove and destroy a model element |
systemcomposer.arch.BasePort
| systemcomposer.arch.Component
| systemcomposer.arch.Connector