Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Remove |
Arg.remove(Object byValue)
Equivalent to new Remove(byValue);.
|
static Remove |
Arg.remove(String byTypeURI)
Equivalent to new Remove(byTypeURI);.
|
Modifier and Type | Method and Description |
---|---|
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(String[] branch,
Remove leaf)
Use this helper method to declare an argument over a Request, specifying
that you want to remove, from the given branch of properties,
the value instance expressed with Remove argument.
|
String |
Profile.put(String[] 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.
|
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
UtilEditor.requestRemove(String ontologyURI,
String[] path,
Remove argRemove)
Gives you the typical REMOVE service request for editor services.
|
Copyright © 2018 universAAL Consortium. All rights reserved.