Connect pairs of components
connects the unconnected output ports of connectors
= connect(srcComponent
,destComponent
)srcComponent
to the
unconnected input ports of destComponent
based on matching port names,
and returns a handle to the connector.
additionally applies the specified stereotype to the connector.connectors
= connect(srcComponent
,destComponent
,'Stereotype',stereotypes
)
specifies a rule for establishing connections.connectors
= connect(srcComponent
,destComponent
,'Rule',rule
)
connects pairs of ports in the architecture.connectors
= connect(architecture
,srcPorts
,destPorts
,stereotypes
,rule
)