Uses of Class
org.universAAL.ontology.device.Actuator

Packages that use Actuator
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. 
 

Uses of Actuator in org.universAAL.hw.exporter.zigbee.ha.devices
 

Methods in org.universAAL.hw.exporter.zigbee.ha.devices with parameters of type Actuator
static ServiceProfile[] ExporterDimmerCallee.getServiceProfiles(String namespace, String ontologyURI, Actuator actuator)
           
static ServiceProfile[] ExporterActuatorCallee.getServiceProfiles(String namespace, String ontologyURI, Actuator actuator)
           
 

Uses of Actuator in org.universAAL.ontology.activityhub.ext
 

Subclasses of Actuator in org.universAAL.ontology.activityhub.ext
 class AdaptorPlugActuator
          Ontological representation of an adaptor plug actuator.
 

Uses of Actuator in org.universAAL.ontology.device
 

Subclasses of Actuator in org.universAAL.ontology.device
 class BlindActuator
           
 class BlindController
           
 class CurtainActuator
           
 class CurtainController
           
 class DimmerActuator
           
 class DimmerController
           
 class HeaterActuator
           
 class HeaterController
           
 class LightActuator
           
 class LightController
           
 class SwitchActuator
           
 class SwitchController
           
 class WaterFlowActuator
           
 class WaterFlowController
           
 class WindowActuator
           
 class WindowController
           
 

Uses of Actuator in org.universAAL.ontology.device.home
 

Subclasses of Actuator in org.universAAL.ontology.device.home
 class Oven
          Ontological representation of an oven appliance.
 class SirenActuator
          Ontological representation of a siren that can be sounded.
 

Uses of Actuator in org.universAAL.samples.utils.app
 

Constructors in org.universAAL.samples.utils.app with parameters of type Actuator
CalleeExample(ModuleContext context, String namespace, Actuator actuator)
           
 

Uses of Actuator in org.universAAL.support.utils.service.mid
 

Methods in org.universAAL.support.utils.service.mid with parameters of type Actuator
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.
 

Uses of Actuator in org.universAAL.support.utils.service.top
 

Constructors in org.universAAL.support.utils.service.top with parameters of type Actuator
UtilActuatorCallee(ModuleContext context, String namespace, Actuator actuator)
          Default constructor of the class.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.