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

Packages that use Sensor
org.universAAL.hw.exporter.zigbee.ha.devices   
org.universAAL.ontology.activityhub   
org.universAAL.ontology.device   
org.universAAL.ontology.device.home   
org.universAAL.ontology.tutorial   
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 Sensor in org.universAAL.hw.exporter.zigbee.ha.devices
 

Methods in org.universAAL.hw.exporter.zigbee.ha.devices with parameters of type Sensor
static ServiceProfile[] ExporterSensorCallee.getServiceProfiles(String namespace, String ontologyURI, Sensor sensor)
           
 

Uses of Sensor in org.universAAL.ontology.activityhub
 

Subclasses of Sensor in org.universAAL.ontology.activityhub
 class ActivityHubSensor
          Ontological representation of an activity hub sensor concept, to be extended by different sensor types.
 class ContactClosureSensor
          Ontological representation of a contact closure sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class CoSensor
          Ontological representation of a CO (carbon monoxide) sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class GasSensor
          Ontological representation of a gas sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class MedicationDosageSensor
          Ontological representation of a medication dosage sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class PersSensor
          Ontological representation of a PERS (personal emergency) sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class PropertyExitSensor
          Ontological representation of a property exit sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class SmokeSensor
          Ontological representation of a smoke sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class UsageSensor
          Ontological representation of a usage sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 class WaterSensor
          Ontological representation of a water sensor according to ISO 11073 - Part 10471 (Independent living activity hub).
 

Uses of Sensor in org.universAAL.ontology.device
 

Subclasses of Sensor in org.universAAL.ontology.device
 class BlindSensor
           
 class ContactSensor
           
 class COSensor
           
 class CurtainSensor
           
 class DimmerSensor
           
 class DosageSensor
           
 class EnuresisSensor
           
 class EnvironmentSensor
           
 class ExitSensor
           
 class FallSensor
           
 class FloodSensor
           
 class GlassBreakSensor
           
 class HeaterSensor
           
 class HumiditySensor
           
 class LightSensor
           
 class MotionSensor
           
 class PanicButtonSensor
           
 class PresenceSensor
           
 class SwitchSensor
           
 class TemperatureLevelSensor
           
 class TemperatureSensor
           
 class WaterFlowSensor
           
 class WindowSensor
           
 

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

Subclasses of Sensor in org.universAAL.ontology.device.home
 class CarpetSensor
          Ontological representation of a pressure sensor embedded on a carpet.
 

Uses of Sensor in org.universAAL.ontology.tutorial
 

Methods in org.universAAL.ontology.tutorial that return Sensor
 Sensor[] MyConcept.getY()
           
 

Methods in org.universAAL.ontology.tutorial with parameters of type Sensor
 void MyConcept.addY(Sensor sens)
           
 void MyConcept.setY(Sensor[] sens)
           
 

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

Methods in org.universAAL.support.utils.service.mid with parameters of type Sensor
static ServiceProfile[] UtilSensor.getServiceProfiles(String namespace, Sensor sensor)
          Gives you the typical service profile of an on/off sensor service: Get status.
static ServiceProfile[] UtilSensor.getServiceProfiles(String namespace, String ontologyURI, Sensor sensor)
          Gives you the typical service profile of an on/off sensor service: Get status.
static ServiceRequest UtilSensor.requestGetOnOff(Sensor sensor, Output argOut)
          Gives you the typical GET STATUS service request for sensor services.
static ServiceRequest UtilSensor.requestGetOnOff(Sensor sensor, String out)
          Gives you the typical GET STATUS service request for sensor services.
static ServiceRequest UtilSensor.requestGetOnOff(String ontologyURI, Sensor sensor, Output argOut)
          Gives you the typical GET STATUS service request for sensor services.
static ServiceRequest UtilSensor.requestGetOnOff(String ontologyURI, Sensor sensor, String out)
          Gives you the typical GET STATUS service request for sensor services.
 

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

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



Copyright © 2014 universAAL Consortium. All Rights Reserved.