|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ldodds.foaf.FOAFGraphFactory
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 |
public FOAFGraphFactory()
Method Detail |
public static FOAFGraphFactory getInstance()
public abstract FOAFGraph getGraph(java.lang.String uri) throws java.io.IOException
java.io.IOException
public abstract FOAFGraph getGraph(java.io.InputStream in, java.lang.String base) throws java.io.IOException
java.io.IOException
public abstract FOAFGraph getGraph(java.net.URL url) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |