Represents input and output ports of component
This class inherits from systemcomposer.arch.BasePort
.
A component port is constructed by creating an architecture port on the architecture of the component.
addPort(compObj.Architecture,portName,'in')
compPortObj = getPort(compObj,portName)
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
| getPort
| systemcomposer.arch.ArchitecturePort
| systemcomposer.arch.BasePort
| systemcomposer.arch.Element