eu.larkc.core.data
Interface RdfGraph

All Superinterfaces:
InformationSet, java.io.Serializable, SetOfStatements
All Known Implementing Classes:
HTTPRemoteGraph, RdfGraphBase, RdfGraphDataSet, RdfGraphInMemory

public interface RdfGraph
extends SetOfStatements

Named RDF graph pass by value or reference.

Author:
vassil

Method Summary
 org.openrdf.model.URI getName()
           
 
Methods inherited from interface eu.larkc.core.data.SetOfStatements
getStatements
 
Methods inherited from interface eu.larkc.core.data.InformationSet
toRDF
 

Method Detail

getName

org.openrdf.model.URI getName()
Returns:
the name of the graph