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

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

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

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

Methods in org.universAAL.support.utils.service.low with parameters of type Change
 void Request.put(Path branch, Change leaf)
          Equivalent to put(String[] branch, Change leaf).
 String Profile.put(Path branch, Change leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will change, at the given branch of properties, an old value with the new one, an instance of type expressed with Change argument.
 String Profile.put(Path branch, Change leaf, String uriID, int minCard, int maxCard)
          Use this helper method to declare an argument over a Profile, specifying that you will change, at the given branch of properties, an old value with the new one, an instance of type expressed with Change argument, and with the specific allowed cardinality.
 void Request.put(String[] branch, Change leaf)
          Use this helper method to declare an argument over a Request, specifying that you want to change, at the given branch of properties, an old value with a new one, an instance expressed with Change argument.
 String Profile.put(String[] branch, Change leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will change, at the given branch of properties, an old value with the new one, an instance of type expressed with Change argument.
 

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

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



Copyright © 2014 universAAL Consortium. All Rights Reserved.