JTP API Documentation

jtp.context.rdf
Class RDFModelCreator

java.lang.Object
  |
  +--jtp.context.rdf.RDFModelCreator

public class RDFModelCreator
extends Object


Constructor Summary
RDFModelCreator()
           
 
Method Summary
protected  void addLiteralToModel(Literal lit, com.hp.hpl.jena.rdf.model.Model model)
           
protected  com.hp.hpl.jena.rdf.model.Resource getAnonResource(Symbol sym, com.hp.hpl.jena.rdf.model.Model model)
           
 com.hp.hpl.jena.rdf.model.Model getModelForAssertions(Snapshot s, SnapshotUndoManager undoMgr)
           
protected  boolean isAnon(Symbol sym)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFModelCreator

public RDFModelCreator()
Method Detail

getModelForAssertions

public com.hp.hpl.jena.rdf.model.Model getModelForAssertions(Snapshot s,
                                                             SnapshotUndoManager undoMgr)

addLiteralToModel

protected void addLiteralToModel(Literal lit,
                                 com.hp.hpl.jena.rdf.model.Model model)

isAnon

protected boolean isAnon(Symbol sym)

getAnonResource

protected com.hp.hpl.jena.rdf.model.Resource getAnonResource(Symbol sym,
                                                             com.hp.hpl.jena.rdf.model.Model model)

JTP API Documentation