com.ldodds.foaf
Class FOAFGraphFactory

java.lang.Object
  extended bycom.ldodds.foaf.FOAFGraphFactory
Direct Known Subclasses:
JenaFOAFGraphFactory

public abstract class FOAFGraphFactory
extends java.lang.Object


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

Constructor Detail

FOAFGraphFactory

public FOAFGraphFactory()
Method Detail

getInstance

public static FOAFGraphFactory getInstance()

getGraph

public abstract FOAFGraph getGraph(java.lang.String uri)
                            throws java.io.IOException
Throws:
java.io.IOException

getGraph

public abstract FOAFGraph getGraph(java.io.InputStream in,
                                   java.lang.String base)
                            throws java.io.IOException
Throws:
java.io.IOException

getGraph

public abstract FOAFGraph getGraph(java.net.URL url)
                            throws java.io.IOException
Throws:
java.io.IOException