Uses of Interface
org.universAAL.context.che.database.Backend

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

Uses of Backend in org.universAAL.context.che
 

Constructors in org.universAAL.context.che with parameters of type Backend
ContextHistorySubscriber(ModuleContext context, Backend dbstore)
          Main constructor.
 

Uses of Backend in org.universAAL.context.che.database
 

Constructors in org.universAAL.context.che.database with parameters of type Backend
Cleaner(Backend dbstore)
          Main constructor.
 

Uses of Backend in org.universAAL.context.che.database.impl
 

Classes in org.universAAL.context.che.database.impl that implement Backend
 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
          Extension of SesameBackendCrdClc that interprets the confidence value of received events before storing them.
 class SesameBackendCrdClcCnf
          Extension of SesameBackendCrdClc that interprets the confidence value of received events before storing them.
 class SesameBackendCrdCnf
          Extension of 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 © 2014 universAAL Consortium. All Rights Reserved.