| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Variable | 
Arg.in(Object byValue)
Equivalent to new Variable(byValue);. 
 | 
static Variable | 
Arg.in(String byTypeURI)
Equivalent to new Variable(byTypeURI);. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceRequest | 
UtilEditor.requestGet(String ontologyURI,
          String[] path,
          Variable argIn,
          Output argOut)
Gives you the typical GET service request for editor services. 
 | 
static ServiceRequest | 
UtilActuator.requestGetOnOff(String ontologyURI,
               Variable argIn,
               Output argOut)
Gives you the typical GET STATUS service request for actuator 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.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 © 2018 universAAL Consortium. All rights reserved.