Represent input and output ports of a component
This class inherits from
systemcomposer.arch.BasePort
.
addPort(compObj.Architecture,portName'in')
compPortObj = getPort(compObj,portName)
A component port is constructed by creating an architecture port on the architecture of the component.
connect | Connect pairs of components |
applyStereotype | Apply a stereotype to a model element |