Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGNodeFactory

java.lang.Object
  extended by com.franz.agraph.jena.AGNodeFactory

public class AGNodeFactory
extends Object

A utility class for creating Jena Nodes and Triples from Sesame Values and Statements.


Constructor Summary
AGNodeFactory()
           
 
Method Summary
static com.hp.hpl.jena.graph.Node asNode(org.openrdf.model.Value v)
           
static com.hp.hpl.jena.graph.Triple asTriple(org.openrdf.model.Statement st)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGNodeFactory

public AGNodeFactory()
Method Detail

asTriple

public static com.hp.hpl.jena.graph.Triple asTriple(org.openrdf.model.Statement st)

asNode

public static com.hp.hpl.jena.graph.Node asNode(org.openrdf.model.Value v)

Copyright © 2008-2012 Franz Inc.