| Package | Description | 
|---|---|
| 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. 
 | 
| 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[] | 
UtilSensor.getServiceProfiles(String namespace,
                  Sensor sensor)
Gives you the typical service profile of an on/off sensor service: Get
 status. 
 | 
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 ServiceProfile[] | 
UtilSensor.getServiceProfiles(String namespace,
                  String ontologyURI,
                  Sensor sensor)
Gives you the typical service profile of an on/off sensor service: Get
 status. 
 | 
| Constructor and Description | 
|---|
UtilActuatorCallee(ModuleContext context,
                  String namespace,
                  Actuator actuator)
Default constructor of the class. 
 | 
UtilSensorCallee(ModuleContext context,
                String namespace,
                Sensor sensor)
Default constructor of the class. 
 | 
Copyright © 2018 universAAL Consortium. All rights reserved.