Uses of Class
org.universAAL.support.utils.service.Variable

Packages that use Variable
org.universAAL.support.utils.service Contains raw helper classes to deal with Service concepts of universAAL. 
org.universAAL.support.utils.service.low Contains low level helper classes to deal with Service concepts of universAAL. 
org.universAAL.support.utils.service.mid Contains normal helper classes to deal with Service concepts of universAAL. 
 

Uses of Variable in org.universAAL.support.utils.service
 

Methods in org.universAAL.support.utils.service that return Variable
static Variable Arg.in(Object byValue)
          Equivalent to new Variable(byValue);.
static Variable Arg.in(String byTypeURI)
          Equivalent to new Variable(byTypeURI);.
 

Uses of Variable in org.universAAL.support.utils.service.low
 

Methods in org.universAAL.support.utils.service.low with parameters of type Variable
 void Request.put(Path branch, Variable leaf)
          Equivalent to put(Path branch, Variable leaf).
 String Profile.put(Path branch, Variable leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that the created profile will receive as variable input, in the given branch of properties, an instance of type expressed with Variable argument.
 String Profile.put(Path branch, Variable leaf, String uriID, int minCard, int maxCard)
          Use this helper method to declare an argument over a Profile, specifying that the created profile will receive as variable input, in the given branch of properties, an instance of type expressed with Variable argument, and with the specific allowed cardinality.
 void Request.put(String[] branch, Variable leaf)
          Use this helper method to declare an argument over a Request, specifying that the requested service will receive as variable input, in the given branch of properties, the instance expressed with Variable argument.
 String Profile.put(String[] branch, Variable leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that the created profile will receive as variable input, in the given branch of properties, an instance of type expressed with Variable argument.
 

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

Methods in org.universAAL.support.utils.service.mid with parameters of type Variable
static ServiceRequest UtilEditor.requestGet(String ontologyURI, String[] path, Variable argIn, Output argOut)
          Gives you the typical GET service request for editor services.
static ServiceRequest UtilSensor.requestGetOnOff(String ontologyURI, Variable argIn, Output argOut)
          Gives you the typical GET STATUS service request for sensor services.
static ServiceRequest UtilActuator.requestGetOnOff(String ontologyURI, Variable argIn, Output argOut)
          Gives you the typical GET STATUS service request for actuator services.
static ServiceRequest UtilActuator.requestSetOff(String ontologyURI, Variable argIn)
          Gives you the typical SET OFF service request for actuator services.
static ServiceRequest UtilActuator.requestSetOn(String ontologyURI, Variable argIn)
          Gives you the typical SET ON service request for actuator services.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.