Package | Description |
---|---|
org.universAAL.context.che.database |
Contains the basic interfaces for the store.
|
org.universAAL.context.che.database.impl |
Contains the default implementations of the store.
|
org.universAAL.middleware.context | |
org.universAAL.ontology.che | |
org.universAAL.reliability.reasoner | |
org.universAAL.ri.rest.manager.wrappers | |
org.universAAL.samples.ctxtbus | |
org.universAAL.security.authenticator.client | |
org.universAAL.security.session.manager.context | |
org.universAAL.support.utils.context.low |
Contains low level helper classes to deal with Context concepts of universAAL.
|
Modifier and Type | Method and Description |
---|---|
ArrayList |
Backend.retrieveEventsBetweenTstmp(String subject,
String subjecttype,
String predicate,
Object object,
Integer confidence,
Long expiration,
ContextProvider provider,
Long tstamp,
Long tstfrom,
Long tstto,
String... scopeArray)
Retrieves a list of
ContextEvent from the
underlying store, which members are the context events that match the
parameters passed, and were received within the specified time range. |
ArrayList |
Backend.retrieveEventsFromTstmp(String subject,
String subjecttype,
String predicate,
Object object,
Integer confidence,
Long expiration,
ContextProvider provider,
Long tstamp,
Long tstfrom,
String... scopeArray)
Retrieves a list of
ContextEvent from the
underlying store, which members are the context events that match the
parameters passed, and were received after the specified timestamp. |
ArrayList |
Backend.retrieveEventsToTstmp(String subject,
String subjecttype,
String predicate,
Object object,
Integer confidence,
Long expiration,
ContextProvider provider,
Long tstamp,
Long tstto,
String... scopeArray)
Retrieves a list of
ContextEvent from the
underlying store, which members are the context events that match the
parameters passed, and were received before the specified timestamp. |
Modifier and Type | Method and Description |
---|---|
ArrayList |
SesameBackend.retrieveEventsBetweenTstmp(String subject,
String subjecttype,
String predicate,
Object object,
Integer confidence,
Long expiration,
ContextProvider provider,
Long tstamp,
Long tstfrom,
Long tstto,
String... scopeArray) |
ArrayList |
SesameBackend.retrieveEventsFromTstmp(String subject,
String subjecttype,
String predicate,
Object object,
Integer confidence,
Long expiration,
ContextProvider provider,
Long tstamp,
Long tstfrom,
String... scopeArray) |
ArrayList |
SesameBackend.retrieveEventsToTstmp(String subject,
String subjecttype,
String predicate,
Object object,
Integer confidence,
Long expiration,
ContextProvider provider,
Long tstamp,
Long tstto,
String... scopeArray) |
Modifier and Type | Method and Description |
---|---|
ContextProvider |
ContextEvent.getProvider()
Get the ContextProvider of the event
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContextEvent.setProvider(ContextProvider src)
Set the Context Provider
|
Constructor and Description |
---|
ContextPublisher(ModuleContext context,
ContextProvider providerInfo)
Creates a Context Publisher with the associated Context Provider
Information
|
DefaultContextPublisher(ModuleContext context,
ContextProvider providerInfo)
Creates a default Context Publisher with the given Provider Information.
|
Modifier and Type | Method and Description |
---|---|
ContextProvider |
ContextEvent.getProvider()
Get the ContextProvider of the event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContextEvent.setProvider(ContextProvider src)
Set the Context Provider.
|
Constructor and Description |
---|
ReliabilityReasonerPublisher(ModuleContext context,
ContextProvider providerInfo) |
Constructor and Description |
---|
PublisherWrapper(ModuleContext context,
ContextProvider providerInfo,
Publisher r) |
Constructor and Description |
---|
CPublisher(ModuleContext context,
ContextProvider providerInfo) |
Modifier and Type | Method and Description |
---|---|
static ContextProvider |
AuthenticationPublisher.getProvider() |
Constructor and Description |
---|
SessionPublisher(ModuleContext context,
ContextProvider providerInfo) |
Modifier and Type | Class and Description |
---|---|
class |
Provider
Class that can be used to create a Context Provider descriptor with the most
commonly used types of simple Context Event Patterns.
|
Copyright © 2018 universAAL Consortium. All rights reserved.