org.trippi.impl.jena
Class JenaToJRDF

java.lang.Object
  extended by org.trippi.impl.jena.JenaToJRDF

public class JenaToJRDF
extends java.lang.Object


Constructor Summary
JenaToJRDF()
           
 
Method Summary
 org.jrdf.graph.BlankNode toBlankNode(com.hp.hpl.jena.graph.Node_Blank jenaBlank)
           
 org.jrdf.graph.Literal toLiteral(com.hp.hpl.jena.graph.Node_Literal jenaLiteral)
           
 org.jrdf.graph.Node toNode(com.hp.hpl.jena.graph.Node jenaNode)
           
 org.jrdf.graph.URIReference toURIReference(com.hp.hpl.jena.graph.Node_URI jenaURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenaToJRDF

public JenaToJRDF()
           throws TrippiException
Throws:
TrippiException
Method Detail

toNode

public org.jrdf.graph.Node toNode(com.hp.hpl.jena.graph.Node jenaNode)
                           throws TrippiException
Throws:
TrippiException

toURIReference

public org.jrdf.graph.URIReference toURIReference(com.hp.hpl.jena.graph.Node_URI jenaURI)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

toLiteral

public org.jrdf.graph.Literal toLiteral(com.hp.hpl.jena.graph.Node_Literal jenaLiteral)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

toBlankNode

public org.jrdf.graph.BlankNode toBlankNode(com.hp.hpl.jena.graph.Node_Blank jenaBlank)
                                     throws java.lang.Exception
Throws:
java.lang.Exception