Package | Description |
---|---|
org.universAAL.hw.exporter.zigbee.ha.devices | |
org.universAAL.ontology.activityhub.ext | |
org.universAAL.ontology.device | |
org.universAAL.ontology.device.home | |
org.universAAL.samples.utils.app | |
org.universAAL.support.utils.service.mid |
Contains normal helper classes to deal with Service concepts of universAAL.
|
org.universAAL.support.utils.service.top |
Contains full advanced helper classes to interact with Services of universAAL.
|
org.universAAL.utilities.api.service.mid |
Contains normal helper classes to deal with Service concepts of universAAL.
|
org.universAAL.utilities.api.service.top |
Contains full advanced helper classes to interact with Services of universAAL.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
ExporterActuatorCallee.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator) |
static ServiceProfile[] |
ExporterDimmerCallee.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptorPlugActuator
Ontological representation of an adaptor plug actuator.
|
Modifier and Type | Class and Description |
---|---|
class |
BlindActuator |
class |
BlindController |
class |
ColorLightActuator |
class |
ColorLightController |
class |
CurtainActuator |
class |
CurtainController |
class |
DimmerActuator |
class |
DimmerController |
class |
DoorActuator |
class |
DoorController |
class |
HeaterActuator |
class |
HeaterController |
class |
LightActuator |
class |
LightController |
class |
SwitchActuator |
class |
SwitchController |
class |
WaterFlowActuator |
class |
WaterFlowController |
class |
WindowActuator |
class |
WindowController |
Modifier and Type | Class and Description |
---|---|
class |
Oven
Ontological representation of an oven appliance.
|
class |
SirenActuator
Ontological representation of a siren that can be sounded.
|
Constructor and Description |
---|
CalleeExample(ModuleContext context,
String namespace,
Actuator actuator) |
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(String ontologyURI,
Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(String ontologyURI,
Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
Constructor and Description |
---|
UtilActuatorCallee(ModuleContext context,
String namespace,
Actuator actuator)
Default constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceProfile[] |
UtilActuator.getServiceProfiles(String namespace,
String ontologyURI,
Actuator actuator)
Gives you the 3 typical service profiles of an on/off actuator service:
Get status, Set On, and Set Off.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Actuator actuator,
String out)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOff(String ontologyURI,
Actuator actuator)
Gives you the typical SET OFF service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
static ServiceRequest |
UtilActuator.requestSetOn(String ontologyURI,
Actuator actuator)
Gives you the typical SET ON service request for actuator services.
|
Constructor and Description |
---|
UtilActuatorCallee(ModuleContext context,
String namespace,
Actuator actuator)
Default constructor of the class.
|
Copyright © 2018 universAAL Consortium. All rights reserved.