| RoomModel Features { | |
| import Multiplicity.ExampleMultiplicity | |
| LogicalSystem FeatureLogicalSystem { | |
| SubSystemRef subSystem: FeatureSubSystem | |
| } | |
| SubSystemClass FeatureSubSystem { | |
| ActorRef exampleMultiplicity: ExampleMultiplicity | |
| LogicalThread DefaultThread | |
| } | |
| } |