com.ldodds.foaf.jena
Class JenaFOAFGraphFactory

java.lang.Object
  extended bycom.ldodds.foaf.FOAFGraphFactory
      extended bycom.ldodds.foaf.jena.JenaFOAFGraphFactory

public class JenaFOAFGraphFactory
extends FOAFGraphFactory


Constructor Summary
JenaFOAFGraphFactory()
           
 
Method Summary
 FOAFGraph getGraph(java.io.InputStream in, java.lang.String base)
           
 FOAFGraph getGraph(java.lang.String uri)
           
 FOAFGraph getGraph(java.net.URL url)
           
 
Methods inherited from class com.ldodds.foaf.FOAFGraphFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenaFOAFGraphFactory

public JenaFOAFGraphFactory()
Method Detail

getGraph

public FOAFGraph getGraph(java.lang.String uri)
                   throws java.io.IOException
Specified by:
getGraph in class FOAFGraphFactory
Throws:
java.io.IOException

getGraph

public FOAFGraph getGraph(java.io.InputStream in,
                          java.lang.String base)
                   throws java.io.IOException
Specified by:
getGraph in class FOAFGraphFactory
Throws:
java.io.IOException

getGraph

public FOAFGraph getGraph(java.net.URL url)
                   throws java.io.IOException
Specified by:
getGraph in class FOAFGraphFactory
Throws:
java.io.IOException