Package | Description |
---|---|
org.universAAL.utilities.api.service |
Contains raw helper classes to deal with Service concepts of universAAL.
|
org.universAAL.utilities.api.service.low |
Contains low level helper classes to deal with Service concepts of universAAL.
|
org.universAAL.utilities.api.service.mid |
Contains normal helper classes to deal with Service concepts of universAAL.
|
Modifier and Type | Method and Description |
---|---|
static Output |
Arg.out(Object byValue)
Equivalent to new Output(byValue);.
|
static Output |
Arg.out(String byTypeURIorPLACEHOLDER)
Equivalent to new Output(byTypeURIorPLACEHOLDER);.
|
Modifier and Type | Method and Description |
---|---|
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(String[] branch,
Output leaf)
Use this helper method to declare an argument over a Request, specifying
that you want the kind of output specified by the given branch of
properties, and you want it to be put in the ServiceResponse under the
ID specified with the Output argument.
|
String |
Profile.put(String[] 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.
|
static Object[] |
Request.recoverOutputs(ServiceResponse sr,
Output output)
Equivalent to recoverOutputs(ServiceResponse sr, String outputURI).
|
Modifier and Type | Method and Description |
---|---|
static ServiceRequest |
UtilEditor.requestGet(String ontologyURI,
String[] path,
Variable argIn,
Output argOut)
Gives you the typical GET service request for editor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(Sensor sensor,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Sensor sensor,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
static ServiceRequest |
UtilActuator.requestGetOnOff(String ontologyURI,
Variable argIn,
Output argOut)
Gives you the typical GET STATUS service request for actuator services.
|
static ServiceRequest |
UtilSensor.requestGetOnOff(String ontologyURI,
Variable argIn,
Output argOut)
Gives you the typical GET STATUS service request for sensor services.
|
Copyright © 2018 universAAL Consortium. All rights reserved.