Class | Description |
---|---|
BinaryDevice |
A BinaryDevice is a special type of ApplicationObject used to model IOT
devices whose state can be represented by a single boolean value,
such as gateways, sensors, actuators, and controllers.
|
BinaryDeviceAction |
A BinaryDeviceAction is used to perform or reflect an action taken by
an Actor to indicate that the state of a BinaryDevice changed.
|
BinaryDeviceActivityProcessor |
A BinaryDeviceActivityProcessor is used to process BinaryDevice activity.
|
BinaryDeviceDefinition |
A BinaryDeviceDefinition is used to define BinaryDevice instances.
|
CreateDoorAction |
A CreateDoorAction is subclass of CreateAction used to
record information about the creation of a Door.
|
CreateGatewayAction |
A CreateGatewayAction is subclass of CreateAction used to
record information about the creation of a Gateway.
|
CreateLightAction |
A CreateLightAction is subclass of CreateAction used to
record information about the creation of a Light.
|
CreateSwitchAction |
A CreateSwitchAction is subclass of CreateAction used to
record information about the creation of a Switch.
|
Door |
A Door is a type of BinaryDevice models a door.
|
DoorDefinition |
A DoorDefinition is used to define Door instances.
|
Gateway |
A Gateway is a type of BinaryDevice which manages or controls other devices.
|
GatewayAction |
A GatewayAction is used to perform or reflect an action taken by
an Actor to add BinaryDevices to a Gateway.
|
GatewayActivityProcessor |
A GatewayActivityProcessor is used to process test Gateway activity.
|
GatewayDefinition |
A GatewayDefinition is used to define Gateway instances.
|
IotOperations |
An IotOperations defines the operations for the IOT test package.
|
Light |
A Light is a type of BinaryDevice models a light.
|
LightDefinition |
A LightDefinition is used to define Light instances.
|
Switch |
A Switch is a type of BinaryDevice models a switch.
|
SwitchDefinition |
A SwitchDefinition is used to define Switch instances.
|
Copyright © 2023. All rights reserved.