September 2012
Beginner to intermediate
496 pages
12h 26m
English
You define component interactions by establishing relationships between the components using connections, calls, and bindings, as summarized in Table 10-1. You use connections to define interactions of components through externally visible features. There are five sets of features: ports, access (data, subprograms, and buses), parameters, feature groups, and abstract features. You use calls to identify the subprogram being called by the calling components (threads and subprograms). You use binding property associations to declare mappings of software to hardware elements and mappings of calls to remote procedures.
Table 10-1. Component Interactions
A port is an interface for the ...