Package-level declarations
Types
Express a capacity that a Component requires to be executed.
Models a reconfiguration rule for a device. The event triggers the newConfiguration of the device.
Models the runtime configuration of a device. deviceName is the name of the device. componentStartupHost is the map that associates a component to the host on which it is started. reconfigurationRules are the reconfiguration rules of the device.
Represents the device specification. It is characterized by a deviceName, a componentsConfiguration that describes the links between the components of the device, the requiredCapabilities of each component, and the runtimeConfiguration of the device.
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.
Models a new configuration in the system. The component is moved to the destinationHost.
Represents the container of configurations and additional information for the communication. devicesConfiguration is the map that associates a device name to its specification. protocol is the Protocol that will be used for the communication.
Models the reconfiguration rules of the device. onDeviceRules are the rules that are triggered by events that occur on the device. onDeviceRules will be null
if no reconfiguration rules are specified for the device.
Functions
Extension function to get a DeviceStructure from a ConfiguredDeviceStructure by its deviceName.