Class that represents connector between ports
The connector
class represents a connector between ports. This
class is derived from systemcomposer.arch.Element
. This class inherits from
systemcomposer.base.BaseElement
and implements the interface
systemcomposer.base.BaseConnector
.
Create a connector.
connector = connect(architecture,outports,inports)
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 |
getSourceElement | Gets signal elements selected on source port for connection |
getDestinationElement | Gets signal elements selected on destination port for connection |