Uses of Class
org.universAAL.middleware.context.ContextEventPattern

Packages that use ContextEventPattern
org.universAAL.context.reasoner   
org.universAAL.kinect.adapter.defaultComponents   
org.universAAL.middleware.bus.junit   
org.universAAL.middleware.context   
org.universAAL.middleware.context.impl   
org.universAAL.middleware.context.owl   
org.universAAL.reliability.reasoner   
org.universAAL.ri.gateway.communicator.service   
org.universAAL.ri.gateway.eimanager.impl   
org.universAAL.ri.gateway.eimanager.impl.exporting   
org.universAAL.ri.gateway.support.android   
org.universAAL.samples.ctxtbus   
org.universAAL.samples.lighting.client   
org.universAAL.samples.lighting.server   
org.universAAL.samples.lighting.uiclient   
org.universAAL.security.authenticator.client   
org.universAAL.support.utils Contains the most basic helper utility for using the universAAL simplified API. 
org.universAAL.support.utils.context Contains raw helper classes to deal with Context concepts of universAAL. 
org.universAAL.support.utils.context.low Contains low level helper classes to deal with Context concepts of universAAL. 
org.universAAL.support.utils.context.mid Contains normal helper classes to deal with Context concepts of universAAL. 
 

Uses of ContextEventPattern in org.universAAL.context.reasoner
 

Constructors in org.universAAL.context.reasoner with parameters of type ContextEventPattern
CSubsMulti(ModuleContext context, ContextEventPattern[] initialSubscriptions, String query)
          Create the subscriber
 

Uses of ContextEventPattern in org.universAAL.kinect.adapter.defaultComponents
 

Constructors in org.universAAL.kinect.adapter.defaultComponents with parameters of type ContextEventPattern
DefaultContextSubscriber(ModuleContext context, ContextEventPattern[] initialSubscriptions, IContextCallback callback)
           
 

Uses of ContextEventPattern in org.universAAL.middleware.bus.junit
 

Methods in org.universAAL.middleware.bus.junit with parameters of type ContextEventPattern
protected  void ManifestTestCase.add(String title, String description, ContextEventPattern cep, boolean isPublisher)
           
 

Uses of ContextEventPattern in org.universAAL.middleware.context
 

Methods in org.universAAL.middleware.context that return ContextEventPattern
 ContextEventPattern[] ContextSubscriber.getAllProvisions()
          Returns all provisions registered by all ContextPublishers on all instances of context bus in the current AAL Space.
 ContextEventPattern[] ContextBus.getAllProvisions(String publisherID)
          Returns all provisions registered by all ContextPublishers on all instances of this bus in the current AAL Space.
 

Methods in org.universAAL.middleware.context with parameters of type ContextEventPattern
protected  void ContextSubscriber.addNewRegParams(ContextEventPattern[] newSubscriptions)
          Registers more ContextEventPattern for this Subscriber in addition to those that might have passed initially
 void ContextBus.addNewRegParams(String memberID, ContextEventPattern[] registrParams)
          Allows the members of the context bus to provide registration parameters; for the meaning of the provided "registration parameters" see the explanation for the input parameter registrParams.
 boolean ContextEventPattern.matches(ContextEventPattern subset)
           
protected  void ContextSubscriber.removeMatchingRegParams(ContextEventPattern[] oldSubscriptions)
          Unregisters a set of ContextEventPattern that had been previously registered for this Subscriber.
 void ContextBus.removeMatchingRegParams(String memberID, ContextEventPattern[] oldRegistrParams)
          Removes registration parameters introduced previously through ContextBus.addNewRegParams(String, ContextEventPattern[]).
 

Constructors in org.universAAL.middleware.context with parameters of type ContextEventPattern
ContextSubscriber(ModuleContext connectingModule, ContextEventPattern[] initialSubscriptions)
          Creates a Context Subscriber and immediately registers a set of Context Event Patterns for it, so it receives the matching events.
 

Uses of ContextEventPattern in org.universAAL.middleware.context.impl
 

Fields in org.universAAL.middleware.context.impl declared as ContextEventPattern
 ContextEventPattern ContextStrategy.ContextFilterer.f
           
 

Methods in org.universAAL.middleware.context.impl that return ContextEventPattern
 ContextEventPattern[] ContextBusImpl.getAllProvisions(String publisherID)
           
 

Methods in org.universAAL.middleware.context.impl with parameters of type ContextEventPattern
 void ContextBusImpl.addNewRegParams(String memberID, ContextEventPattern[] registrParams)
           
 void ContextBusImpl.removeMatchingRegParams(String memberID, ContextEventPattern[] oldRegistrParams)
           
 

Uses of ContextEventPattern in org.universAAL.middleware.context.owl
 

Methods in org.universAAL.middleware.context.owl that return ContextEventPattern
 ContextEventPattern[] ContextProvider.getProvidedEvents()
          Returns the classes of context events provided by this context provider.
 

Methods in org.universAAL.middleware.context.owl with parameters of type ContextEventPattern
 boolean ContextProvider.setProvidedEvents(ContextEventPattern[] myEvents)
          Allows to assign a set of ContextEventPatterns as the classes of context events provided by this ContextProvider.
 

Uses of ContextEventPattern in org.universAAL.reliability.reasoner
 

Constructors in org.universAAL.reliability.reasoner with parameters of type ContextEventPattern
ReliabilityReasonerSubscriber(ModuleContext context, ContextEventPattern[] initialSubscriptions)
           
 

Uses of ContextEventPattern in org.universAAL.ri.gateway.communicator.service
 

Methods in org.universAAL.ri.gateway.communicator.service with parameters of type ContextEventPattern
 ImportEntry RemoteSpacesManager.importRemoteContextEvents(BusMember sourceMember, ContextEventPattern[] cpe)
           
 

Uses of ContextEventPattern in org.universAAL.ri.gateway.eimanager.impl
 

Methods in org.universAAL.ri.gateway.eimanager.impl with parameters of type ContextEventPattern
 ImportEntry ImportManagerImpl.importRemoteContextEvents(BusMember sourceMember, ContextEventPattern[] cpe)
           
 

Uses of ContextEventPattern in org.universAAL.ri.gateway.eimanager.impl.exporting
 

Constructors in org.universAAL.ri.gateway.eimanager.impl.exporting with parameters of type ContextEventPattern
ProxyContextSubscriber(ExportedProxyManager manager, ModuleContext mc, ContextEventPattern[] subscriptions)
           
 

Uses of ContextEventPattern in org.universAAL.ri.gateway.support.android
 

Methods in org.universAAL.ri.gateway.support.android that return ContextEventPattern
static ContextEventPattern[] LightingConsumer.getContextSubscriptionParams()
           
 

Uses of ContextEventPattern in org.universAAL.samples.ctxtbus
 

Constructors in org.universAAL.samples.ctxtbus with parameters of type ContextEventPattern
CSubscriber(ModuleContext context, ContextEventPattern[] initialSubscriptions)
           
CSubscriber2(ModuleContext context, ContextEventPattern[] initialSubscriptions)
           
 

Uses of ContextEventPattern in org.universAAL.samples.lighting.client
 

Methods in org.universAAL.samples.lighting.client that return ContextEventPattern
static ContextEventPattern[] LightingConsumer.getContextSubscriptionParams()
           
 

Uses of ContextEventPattern in org.universAAL.samples.lighting.server
 

Methods in org.universAAL.samples.lighting.server that return ContextEventPattern
static ContextEventPattern[] LightingProvider.providedEvents(MyLighting theServer)
          Helper method to construct the ontological declaration of context events published by LightingProvider.
 

Uses of ContextEventPattern in org.universAAL.samples.lighting.uiclient
 

Methods in org.universAAL.samples.lighting.uiclient that return ContextEventPattern
static ContextEventPattern[] LightingConsumer.getContextSubscriptionParams()
           
 

Uses of ContextEventPattern in org.universAAL.security.authenticator.client
 

Methods in org.universAAL.security.authenticator.client that return ContextEventPattern
static ContextEventPattern[] AuthenticationPublisher.getPattern()
           
 

Uses of ContextEventPattern in org.universAAL.support.utils
 

Methods in org.universAAL.support.utils with parameters of type ContextEventPattern
 void UAAL.subscribeC(ContextEventPattern[] p, ICListener l)
          Subscribes for Context Events and specifies how the events would be handled.
 

Constructors in org.universAAL.support.utils with parameters of type ContextEventPattern
WrapperC(ModuleContext context, ContextEventPattern[] initialSubscriptions, ICListener l)
          Constructor that takes the listener to associate.
 

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

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

Uses of ContextEventPattern in org.universAAL.support.utils.context.low
 

Constructors in org.universAAL.support.utils.context.low with parameters of type ContextEventPattern
Provider(String uri, ContextProviderType type, ContextEventPattern[] events)
          Simple constructor to create a Context Provider of a given type with the given restrictions on the provided events.
 

Uses of ContextEventPattern in org.universAAL.support.utils.context.mid
 

Constructors in org.universAAL.support.utils.context.mid with parameters of type ContextEventPattern
UtilPublisher(ModuleContext context, String uri, ContextProviderType type, ContextEventPattern[] pattern)
          Create a simple Context Publisher of the given type which provided events are described by a pattern and is identified with the given URI.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.