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 Change |
Arg.change(Object byValue)
Equivalent to new Change(inputNewValue);.
|
static Change |
Arg.change(String byTypeURI)
Equivalent to new Change(byTypeURI);.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
UtilEditor.requestChange(String ontologyURI,
String[] path,
Change argChange)
Gives you the typical CHANGE service request for editor services.
|
Copyright © 2018 universAAL Consortium. All rights reserved.