org.universAAL.context.che.database.impl
Class SesameBackendCrd

Package class diagram package SesameBackendCrd
java.lang.Object
  extended by org.universAAL.context.che.database.impl.SesameBackend
      extended by org.universAAL.context.che.database.impl.SesameBackendCrd
All Implemented Interfaces:
Backend
Direct Known Subclasses:
SesameBackendCrdCnf

public class SesameBackendCrd
extends SesameBackend

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).

Author:
alfiva

Field Summary
 
Fields inherited from class org.universAAL.context.che.database.impl.SesameBackend
uAALParser
 
Constructor Summary
SesameBackendCrd()
           
 
Method Summary
 void connect()
          Establishes the connection to the store.
 
Methods inherited from class org.universAAL.context.che.database.impl.SesameBackend
close, populate, queryBySPARQL, removeOldEvents, retrieveEvent, retrieveEventsBetweenTstmp, retrieveEventsBySPARQL, retrieveEventsFromTstmp, retrieveEventsToTstmp, setuAALParser, storeEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesameBackendCrd

public SesameBackendCrd()
Method Detail

connect

public void connect()
Description copied from interface: Backend
Establishes the connection to the store.

Specified by:
connect in interface Backend
Overrides:
connect in class SesameBackend


Copyright © 2014 universAAL Consortium. All Rights Reserved.