org.trippi.impl.mpt
Class MPTConnector

java.lang.Object
  extended by org.trippi.TriplestoreConnector
      extended by org.trippi.impl.mpt.MPTConnector

public class MPTConnector
extends TriplestoreConnector


Constructor Summary
MPTConnector()
           
 
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

MPTConnector

public MPTConnector()
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