In addition to the Actor containment hierarchies, Layering provides another method to hierarchically structure a software system. Layering and actor hierarchies with port to port connections can be mixed on every level of granularity.
| Description | Graphical Notation | Textual Notation |
|
The Layer Connections in this model define which services are provided by the ServiceLayer (digitalIO and timer)
| | |
|
The implementation of the services (SPPs) can be delegated to sub actors. In this case the actor ServiceLayer relays (delegates) the implementation services digitalIO and timer to sub actors
| | |
|
Every Actor inside the ApplicationLayer that contains an SAP with the same Protocol as timer or digitalIO will be connected to the specified SPP
| | |
_ServiceLayer_ (_digitalIO_ and _timer_)</td> actor _ServiceLayer_ relays (delegates) the implementation services _digitalIO_ and _timer_ to sub actors</td> _timer_ or _digitalIO_ will be connected to the specified SPP</td>