Expand description

Contains the implementation of the complicated facade sub-system.

Structs

  • Represents a device chain, which is a collection of DeviceNode objects. Part of the “Facade” pattern example.
  • DeviceNode 🔒
    Represents a single device in a device chain. Part of the “Facade” pattern example.
  • Represents some kind of system that contains multiple device chains. Part of the “Facade” pattern example.

Enums

  • Identifies the type of devices that can appear in a device chain. Part of the “Facade” pattern example.