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

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

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

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

Methods in org.universAAL.support.utils.service.low with parameters of type Typematch
 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(String[] branch, Typematch leaf)
          Use this helper method to declare an argument over a Request, specifying that the requested service must have, in the given branch of properties, an instance of the same type expressed with Typematch argument.
 void Profile.put(String[] 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.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.