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

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

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

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

Methods in org.universAAL.support.utils.service.low with parameters of type Add
 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.
 

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

Methods in org.universAAL.support.utils.service.mid with parameters of type Add
static ServiceRequest UtilEditor.requestAdd(String ontologyURI, String[] path, Add argAdd)
          Gives you the typical ADD service request for editor services.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.