|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.trippi.TriplestoreConnector org.trippi.impl.kowari.KowariConnector
public class KowariConnector
A TriplestoreConnector
for a local or remote Kowari
triplestore.
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 |
---|
public KowariConnector()
Method Detail |
---|
public void init(java.util.Map config) throws TrippiException
TriplestoreConnector
init
in class TriplestoreConnector
TrippiException
public TriplestoreReader getReader()
TriplestoreConnector
getReader
in class TriplestoreConnector
public TriplestoreWriter getWriter()
TriplestoreConnector
getWriter
in class TriplestoreConnector
public org.jrdf.graph.GraphElementFactory getElementFactory()
getElementFactory
in class TriplestoreConnector
public void close() throws TrippiException
TriplestoreConnector
close
in class TriplestoreConnector
TrippiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |