DeviceStructure

data class DeviceStructure(val deviceName: String, val componentsGraph: ComponentsGraph, val requiredCapabilities: RequiredCapabilities)

Represents the structure of a device characterized by a deviceName, a componentsGraph that describes the links between the components of the device, and the requiredCapabilities of each component.

Constructors

Link copied to clipboard
constructor(deviceName: String, componentsGraph: ComponentsGraph, requiredCapabilities: RequiredCapabilities)

Properties

Link copied to clipboard
Link copied to clipboard