Represent input and output ports of an 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 | Connect pairs of components |
applyStereotype | Apply a stereotype to a model element |
destroy | Remove and destroy a model element |