@Version(value="2.0.0.${qualifier}")
ResourceManager and ResourceDriver.See: Description
| Interface | Description |
|---|---|
| ControllerManager |
The
ControllerManager is the main interface of an Energy Application. |
| ResourceControlParameters |
This is a marker interface for describing control parameters of a
ResourceDriver. |
| ResourceDriver |
This
ResourceDriver is responsible for translating the raw data as received from the ProtocolDriver into
information that can be used by the ResourceManager. |
| ResourceManager |
The
ResourceManager is responsible to translating the current state of an appliance (as received from a
ResourceDriver) to ResourceMessages to translate the Allocations to actions that are
performed on the ResourceDriver. |
| ResourceState |
This is a marker interface for describing the state of a
ResourceDriver. |
ResourceManager and ResourceDriver.