Package | Description |
---|---|
org.universAAL.middleware.bus.model.matchable | |
org.universAAL.middleware.bus.permission | |
org.universAAL.middleware.context | |
org.universAAL.middleware.service | |
org.universAAL.middleware.service.aapi | |
org.universAAL.middleware.service.owls.profile | |
org.universAAL.middleware.ui | |
org.universAAL.middleware.ui.impl.generic | |
org.universAAL.support.utils.context |
Contains raw helper classes to deal with Context 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.ui.low |
Contains low level helper classes to deal with UI concepts of universAAL.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Advertisement |
interface |
Event |
interface |
EventAdvertisement |
interface |
Request |
interface |
Requirement |
interface |
Subscription |
interface |
UtilityAdvertisement |
Modifier and Type | Method and Description |
---|---|
boolean |
Matchable.matches(Matchable subset) |
Modifier and Type | Method and Description |
---|---|
<T extends Matchable> |
AccessControl.checkPermission(ModuleContext owner,
String busMemberURI,
T[] m)
|
Modifier and Type | Method and Description |
---|---|
<T extends Matchable> |
AccessControl.checkPermission(ModuleContext owner,
String busMemberURI,
T[] m)
|
Matchable |
Permission.getMatchable() |
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControl.checkPermission(ModuleContext owner,
String busMemberURI,
Matchable m)
|
<T extends Matchable> |
AccessControl.checkPermission(ModuleContext owner,
String busMemberURI,
T[] m)
|
Modifier and Type | Class and Description |
---|---|
class |
ContextEvent
Instances of this class can be used to exchange info about the state of
context elements using the model of RDF statements.
|
class |
ContextEventPattern
Defines the patterns used to match which events must be forwarded to which
subscribers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContextEventPattern.matches(Matchable subset) |
boolean |
ContextEvent.matches(Matchable subset) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRequest
A class that represents a service request resource, which is used by the
ServiceCaller -s when performing synchronous or asynchronous
requests. |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceRequest.matches(Matchable other) |
Modifier and Type | Class and Description |
---|---|
class |
AapiServiceRequest |
Modifier and Type | Class and Description |
---|---|
class |
ServiceProfile
A "registration parameter" as accepted by the service bus of the
middleware.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceProfile.matches(Matchable other) |
Modifier and Type | Class and Description |
---|---|
class |
UIHandlerProfile
A profile of the
UIHandler that describes its capabilites so that
they can be matched with UIRequest ( more specifically User
preferences and abilities added by the IDialogManager ) and possibly
some additional parameters. |
class |
UIRequest
Instances of this class can be used to user interaction requests.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UIHandlerProfile.matches(Matchable subset) |
boolean |
UIRequest.matches(Matchable subset) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Matchable> |
CoordinatedRegistrationManagement.registryIterator() |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatedRegistrationManagement.addRegistration(String id,
Matchable registration) |
void |
CoordinatedRegistrationManagement.removeMatchingRegistries(String id,
Matchable filter) |
Modifier and Type | Class and Description |
---|---|
class |
Pattern
Class that can be used to create the most commonly used types of simple
Context Event Patterns.
|
Modifier and Type | Class and Description |
---|---|
class |
Request
A helper class that extends ServiceRequest and adds utility methods to build
requests.
|
Modifier and Type | Class and Description |
---|---|
class |
Dialog
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
class |
Message
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
class |
SubDialog
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
Copyright © 2018 universAAL Consortium. All rights reserved.