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

Packages that use Path
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. 
 

Uses of Path in org.universAAL.support.utils.service
 

Methods in org.universAAL.support.utils.service that return Path
static Path Path.at(String to)
          Return a new instance of Path starting its branch path at parameter to.
static Path Path.parse(String path)
          Get a Path object with the given property path.
static Path Path.parse(String[] path)
          Get a Path object with the given property path.
static Path Path.start(String to)
          Deprecated. 
 Path Path.to(String to)
          Puts a new step (a new property) in the branch path.
 

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

Methods in org.universAAL.support.utils.service.low with parameters of type Path
 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(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(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(Path branch, Remove leaf)
          Equivalent to put(String[] branch, Remove leaf).
 String Profile.put(Path branch, Remove leaf, String uriID)
          Use this helper method to declare an argument over a Profile, specifying that you will remove, from the given branch of properties, a value instance of type expressed with Remove argument.
 String Profile.put(Path branch, Remove leaf, String uriID, int minCard, int maxCard)
          Use this helper method to declare an argument over a Profile, specifying that you will remove, from the given branch of properties, a value instance of type expressed with Remove argument, and with the specific allowed cardinality.
 void Request.put(Path branch, Typematch leaf)
          Equivalent to put(String[] branch, Typematch leaf).
 void Profile.put(Path branch, Typematch leaf)
          Use this helper method to declare an argument over a Profile, specifying that the created profile must have, in the given branch of properties, an instance of the same type expressed with Typematch argument.
 void Profile.put(Path branch, Typematch leaf, int minCard, int maxCard)
          Use this helper method to declare an argument over a Profile, specifying that the created profile must have, in the given branch of properties, an instance of the same type expressed with Typematch argument, and with the specific allowed cardinality.
 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.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.