| Package | Description | 
|---|---|
| org.universAAL.utilities.api.service | 
 Contains raw helper classes to deal with Service concepts of universAAL. 
 | 
| org.universAAL.utilities.api.service.low | 
 Contains low level helper classes to deal with Service concepts of universAAL. 
 | 
| org.universAAL.utilities.api.service.mid | 
 Contains normal helper classes to deal with Service concepts of universAAL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Add | 
Arg.add(Object byValue)
Equivalent to new Add(byValue);. 
 | 
static Add | 
Arg.add(String byTypeURI)
Equivalent to new Add(byTypeURI);. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Request.put(Path branch,
   Add leaf)
Equivalent to put(String[] branch, Add leaf). 
 | 
String | 
Profile.put(Path branch,
   Add leaf,
   String uriID)
Use this helper method to declare an argument over a Profile, specifying
 that you will add, in the given branch of properties, a value
 instance of type expressed with Add argument. 
 | 
String | 
Profile.put(Path branch,
   Add leaf,
   String uriID,
   int minCard,
   int maxCard)
Use this helper method to declare an argument over a Profile, specifying
 that you will add, in the given branch of properties, a value
 instance of type expressed with Add argument, and with the specific
 allowed cardinality. 
 | 
void | 
Request.put(String[] branch,
   Add leaf)
Use this helper method to declare an argument over a Request, specifying
 that you want to add, in the given branch of properties, the
 value instance expressed with Add argument. 
 | 
String | 
Profile.put(String[] branch,
   Add leaf,
   String uriID)
Use this helper method to declare an argument over a Profile, specifying
 that you will add, in the given branch of properties, a value
 instance of type expressed with Add argument. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ServiceRequest | 
UtilEditor.requestAdd(String ontologyURI,
          String[] path,
          Add argAdd)
Gives you the typical ADD service request for editor services. 
 | 
Copyright © 2018 universAAL Consortium. All rights reserved.