org.trippi.impl.kowari
Class KowariConnector

java.lang.Object
  extended by org.trippi.TriplestoreConnector
      extended by org.trippi.impl.kowari.KowariConnector

public class KowariConnector
extends TriplestoreConnector

A TriplestoreConnector for a local or remote Kowari triplestore.

Author:
cwilper@cs.cornell.edu

Constructor Summary
KowariConnector()
           
 
Method Summary
 void close()
          Release resources.
 org.jrdf.graph.GraphElementFactory getElementFactory()
           
 TriplestoreReader getReader()
          Get the reader.
 TriplestoreWriter getWriter()
          Get the writer.
 void init(java.util.Map config)
          Initialize this connector with the given configuration.
 
Methods inherited from class org.trippi.TriplestoreConnector
finalize, getDescriptor, init, main
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KowariConnector

public KowariConnector()
Method Detail

init

public void init(java.util.Map config)
          throws TrippiException
Description copied from class: TriplestoreConnector
Initialize this connector with the given configuration.

Specified by:
init in class TriplestoreConnector
Throws:
TrippiException

getReader

public TriplestoreReader getReader()
Description copied from class: TriplestoreConnector
Get the reader.

Specified by:
getReader in class TriplestoreConnector

getWriter

public TriplestoreWriter getWriter()
Description copied from class: TriplestoreConnector
Get the writer.

Specified by:
getWriter in class TriplestoreConnector

getElementFactory

public org.jrdf.graph.GraphElementFactory getElementFactory()
Specified by:
getElementFactory in class TriplestoreConnector

close

public void close()
           throws TrippiException
Description copied from class: TriplestoreConnector
Release resources.

Specified by:
close in class TriplestoreConnector
Throws:
TrippiException