net.java.rdf.sommer
Class SesameMemorySailInit

java.lang.Object
  extended by net.java.rdf.sommer.SesameMapper.SesameInit
      extended by net.java.rdf.sommer.SesameMemorySailInit
All Implemented Interfaces:
Mapper.Init

public class SesameMemorySailInit
extends SesameMapper.SesameInit

Author:
hjs

Field Summary
(package private)  boolean inferencing
           
(package private)  org.openrdf.repository.sail.SailRepositoryConnection rep
           
(package private)  org.openrdf.model.ValueFactory vf
           
 
Constructor Summary
SesameMemorySailInit()
           
 
Method Summary
protected  org.openrdf.repository.RepositoryConnection getConnection()
           
protected  org.openrdf.model.ValueFactory getValueFactory()
           
protected  boolean hasInferencing()
           
 
Methods inherited from class net.java.rdf.sommer.SesameMapper.SesameInit
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vf

org.openrdf.model.ValueFactory vf

rep

org.openrdf.repository.sail.SailRepositoryConnection rep

inferencing

boolean inferencing
Constructor Detail

SesameMemorySailInit

public SesameMemorySailInit()
Method Detail

getValueFactory

protected org.openrdf.model.ValueFactory getValueFactory()
Specified by:
getValueFactory in class SesameMapper.SesameInit

getConnection

protected org.openrdf.repository.RepositoryConnection getConnection()
Specified by:
getConnection in class SesameMapper.SesameInit

hasInferencing

protected boolean hasInferencing()
Specified by:
hasInferencing in class SesameMapper.SesameInit