Represent input and output ports of architecture
This class inherits from systemcomposer.arch.BasePort
.
port = addPort(
archObj
,'in')
The addPort
method is the constructor for the systemcomposer.arch.ArchitecturePort
class.
connect | Create architecture model connections |
setName | Set name for port |
setInterface | Set interface for port |
createAnonymousInterface | Create and set anonymous interface for port |
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 |
addPort
| systemcomposer.arch.BasePort
| systemcomposer.arch.ComponentPort
| systemcomposer.arch.Element