shell fragment3 fragment yed_sketch { House_1 : Home { @ containment ref wifiNetworks = WifiNetwork_1 @ containment ref electronicDevices = MobilePhone_1, Laptop_1, SmartTV_1 } WifiNetwork_1 : WifiNetwork { } MobilePhone_1 : MobilePhone { @general (name = "WifiDevice") @ style (color = "#000000", width = 3, line = dotted, source = none, target = standard) ref wifiNetwork = WifiNetwork_1 } Laptop_1 : Laptop { @general (name = "WifiDevice") @ style (color = "#000000", width = 3, line = dotted, source = none, target = standard) ref wifiNetwork = WifiNetwork_1 } SmartTV_1 : SmartTV { @general (name = "WifiDevice") @ style ( color = "#000000", width = 3, line = dotted, source = none, target = standard) ref wifiNetwork = WifiNetwork_1 } }