Uses of Class
org.universAAL.support.utils.service.mid.InvalidOntologyUtilException

Packages that use InvalidOntologyUtilException
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 InvalidOntologyUtilException in org.universAAL.samples.utils.app
 

Constructors in org.universAAL.samples.utils.app that throw InvalidOntologyUtilException
CalleeExample(ModuleContext context, String namespace, Actuator actuator)
           
 

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

Methods in org.universAAL.support.utils.service.mid that throw InvalidOntologyUtilException
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.
 

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

Constructors in org.universAAL.support.utils.service.top that throw InvalidOntologyUtilException
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 © 2014 universAAL Consortium. All Rights Reserved.