Uses of Interface
com.ldodds.foaf.FOAFGraph

Packages that use FOAFGraph
com.ldodds.foaf   
com.ldodds.foaf.jena   
 

Uses of FOAFGraph in com.ldodds.foaf
 

Methods in com.ldodds.foaf that return FOAFGraph
abstract  FOAFGraph FOAFGraphFactory.getGraph(java.lang.String uri)
           
abstract  FOAFGraph FOAFGraphFactory.getGraph(java.io.InputStream in, java.lang.String base)
           
abstract  FOAFGraph FOAFGraphFactory.getGraph(java.net.URL url)
           
 

Uses of FOAFGraph in com.ldodds.foaf.jena
 

Classes in com.ldodds.foaf.jena that implement FOAFGraph
 class FOAFGraphImpl
           
 

Methods in com.ldodds.foaf.jena that return FOAFGraph
 FOAFGraph JenaFOAFGraphFactory.getGraph(java.lang.String uri)
           
 FOAFGraph JenaFOAFGraphFactory.getGraph(java.io.InputStream in, java.lang.String base)
           
 FOAFGraph JenaFOAFGraphFactory.getGraph(java.net.URL url)