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

Packages that use Output
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 Output in org.universAAL.support.utils.service
 

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

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

Methods in org.universAAL.support.utils.service.low with parameters of type Output
 void Request.put(Path branch, Output leaf)
          Equivalent to put(String[] branch, Output leaf).
 String Profile.put(Path branch, Output leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will return an output in the given branch of properties, and will be of the type specified with the Output argument.
 String Profile.put(Path branch, Output leaf, String uriID, int minCard, int maxCard)
          Use this helper method to declare an argument over a Profile, specifying that you will return an output in the given branch of properties, and will be of the type specified with the Output argument, and with the specific allowed cardinality.
 void Request.put(String[] branch, Output leaf)
          Use this helper method to declare an argument over a Request, specifying that you want the kind of output specified by the given branch of properties, and you want it to be put in the ServiceResponse under the ID specified with the Output argument.
 String Profile.put(String[] branch, Output leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will return an output in the given branch of properties, and will be of the type specified with the Output argument.
static Object[] Request.recoverOutputs(ServiceResponse sr, Output output)
          Equivalent to recoverOutputs(ServiceResponse sr, String outputURI).
 

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

Methods in org.universAAL.support.utils.service.mid with parameters of type Output
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(Sensor sensor, Output argOut)
          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, 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.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.