Uses of Interface
org.universAAL.middleware.bus.model.matchable.Matchable

Packages that use Matchable
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. 
 

Uses of Matchable in org.universAAL.middleware.bus.model.matchable
 

Subinterfaces of Matchable in org.universAAL.middleware.bus.model.matchable
 interface Advertisement
           
 interface Event
           
 interface EventAdvertisement
           
 interface Request
           
 interface Requirement
           
 interface Subscription
           
 interface UtilityAdvertisement
           
 

Methods in org.universAAL.middleware.bus.model.matchable with parameters of type Matchable
 boolean Matchable.matches(Matchable subset)
           
 

Uses of Matchable in org.universAAL.middleware.bus.permission
 

Methods in org.universAAL.middleware.bus.permission with type parameters of type Matchable
<T extends Matchable>
T[]
AccessControl.checkPermission(ModuleContext owner, String busMemberURI, T[] m)
          Check the permissions of a BusMember for a given array of Matchables.
 

Methods in org.universAAL.middleware.bus.permission that return Matchable
<T extends Matchable>
T[]
AccessControl.checkPermission(ModuleContext owner, String busMemberURI, T[] m)
          Check the permissions of a BusMember for a given array of Matchables.
 Matchable Permission.getMatchable()
           
 

Methods in org.universAAL.middleware.bus.permission with parameters of type Matchable
 boolean AccessControl.checkPermission(ModuleContext owner, String busMemberURI, Matchable m)
          Check the permissions of a BusMember for a given Matchable.
<T extends Matchable>
T[]
AccessControl.checkPermission(ModuleContext owner, String busMemberURI, T[] m)
          Check the permissions of a BusMember for a given array of Matchables.
 

Uses of Matchable in org.universAAL.middleware.context
 

Classes in org.universAAL.middleware.context that implement Matchable
 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.
 

Methods in org.universAAL.middleware.context with parameters of type Matchable
 boolean ContextEventPattern.matches(Matchable subset)
           
 boolean ContextEvent.matches(Matchable subset)
           
 

Uses of Matchable in org.universAAL.middleware.service
 

Classes in org.universAAL.middleware.service that implement Matchable
 class ServiceRequest
          A class that represents a service request resource, which is used by the ServiceCaller-s when performing synchronous or asynchronous requests.
 

Methods in org.universAAL.middleware.service with parameters of type Matchable
 boolean ServiceRequest.matches(Matchable other)
           
 

Uses of Matchable in org.universAAL.middleware.service.aapi
 

Classes in org.universAAL.middleware.service.aapi that implement Matchable
 class AapiServiceRequest
           
 

Uses of Matchable in org.universAAL.middleware.service.owls.profile
 

Classes in org.universAAL.middleware.service.owls.profile that implement Matchable
 class ServiceProfile
          A "registration parameter" as accepted by the service bus of the uAAL middleware.
 

Methods in org.universAAL.middleware.service.owls.profile with parameters of type Matchable
 boolean ServiceProfile.matches(Matchable other)
           
 

Uses of Matchable in org.universAAL.middleware.ui
 

Classes in org.universAAL.middleware.ui that implement Matchable
 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.
 

Methods in org.universAAL.middleware.ui with parameters of type Matchable
 boolean UIRequest.matches(Matchable subset)
           
 boolean UIHandlerProfile.matches(Matchable subset)
           
 

Uses of Matchable in org.universAAL.middleware.ui.impl.generic
 

Methods in org.universAAL.middleware.ui.impl.generic that return types with arguments of type Matchable
protected  Iterator<Matchable> CoordinatedRegistrationManagement.registryIterator()
           
 

Methods in org.universAAL.middleware.ui.impl.generic with parameters of type Matchable
 void CoordinatedRegistrationManagement.addRegistration(String id, Matchable registration)
           
 void CoordinatedRegistrationManagement.removeMatchingRegistries(String id, Matchable filter)
           
 

Uses of Matchable in org.universAAL.support.utils.context
 

Classes in org.universAAL.support.utils.context that implement Matchable
 class Pattern
          Class that can be used to create the most commonly used types of simple Context Event Patterns.
 

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

Classes in org.universAAL.support.utils.service.low that implement Matchable
 class Request
          A helper class that extends ServiceRequest and adds utility methods to build requests.
 

Uses of Matchable in org.universAAL.support.utils.ui.low
 

Classes in org.universAAL.support.utils.ui.low that implement Matchable
 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 © 2014 universAAL Consortium. All Rights Reserved.