Package | Description |
---|---|
org.universAAL.context.che |
Contains the universAAL-specific wrappers.
|
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.
|
Constructor and Description |
---|
ContextHistorySubscriber(ModuleContext context,
Backend dbstore)
Main constructor.
|
Constructor and Description |
---|
Cleaner(Backend dbstore)
Main constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SesameBackend
Implementation of
Backend that
uses Sesame to store and retrieve the context events in/from an underlying
store server (a SAIL in Sesame). |
class |
SesameBackendCrd
Extension of
SesameBackend
that uses a modified Sesame NativeStore that checks cardinality of stored
statements, according to OWL Lite (if maxCardinality is 1 only one single
value object is accepted). |
class |
SesameBackendCrdClc
Extension of
SesameBackendCrd that uses a
modified Sesame NativeStore that checks cardinality of stored statements,
according to OWL Lite (if maxCardinality is 1 only one single value object is
accepted) and also closed collections to avoid situations of collection
open-closed duplicity, like:. |
class |
SesameBackendCrdClc2
Extension of
SesameBackendCrd that uses a
modified Sesame NativeStore that checks cardinality of stored statements,
according to OWL Lite (if maxCardinality is 1 only one single value object is
accepted) and also closed collections to avoid situations of collection
open-closed duplicity, like:. |
class |
SesameBackendCrdClc2Cnf
Like a
SesameBackendCrdClc2
that interprets the confidence value of received events before storing them. |
class |
SesameBackendCrdClcCnf
Like a
SesameBackendCrdClc
that interprets the confidence value of received events before storing them. |
class |
SesameBackendCrdCnf
Like a
SesameBackendCrd that
interprets the confidence value of received events before storing them. |
class |
SesameBackendWithConfidence
Extension of
SesameBackend
that interprets the confidence value of received events before storing them. |
Copyright © 2018 universAAL Consortium. All rights reserved.