Figure PR.12 - Specifying the PhysicalDevice and Hardware Classes in More Detail

Header Image
Project:
Figure PR.12 - Specifying the PhysicalDevice and Hardware Classes in More Detail : Class diagram
Created: 3/28/2022 3:51:09 PM
Modified: 10/3/2023 6:28:06 AM
Project:
Advanced:
PhysicalDevice represents the completed physical assembly, including all components, of the network device. There are two important aspects to a PhysicalDevice – its physical components and the role(s) that these components play in the network.<br/>A PhysicalDevice may itself be a set of devices. This can become quite complex and will be treated in the next version of this. Therefore, we will use the composite pattern to model PhysicalDevices within PhysicalDevices. As an aid to applications, a special attribute (deviceGroupID) is used to signify this.<br/>