<< §1.3.1.(a) Role class acquisition | ↑ Table of Contents ↑ | §1.3.1.(c) Overriding and implicit inheritance >> |
§1.3.1.(b) Direct role acquisition
Within a sub-team T
each role S.R
of its
super-team S
is available by the simple name R
without further declaration.
<< §1.3.1.(a) Role class acquisition | ↑ Table of Contents ↑ | §1.3.1.(c) Overriding and implicit inheritance >> |
R2
in Listing 1.3.1-1 can be used in the sub-teamT
(line 12), because this role type is defined in the super class of the enclosing team.