eu.larkc.core.data
Class RdfGraphBase

java.lang.Object
  extended by eu.larkc.core.data.RdfGraphBase
All Implemented Interfaces:
InformationSet, RdfGraph, SetOfStatements, java.io.Serializable
Direct Known Subclasses:
HTTPRemoteGraph, RdfGraphDataSet, RdfGraphInMemory

public abstract class RdfGraphBase
extends java.lang.Object
implements RdfGraph

This class is an abstract representation of RDF graph.

Author:
vassil
See Also:
Serialized Form

Constructor Summary
RdfGraphBase(org.openrdf.model.URI name)
          TODO Describe this constructor.
 
Method Summary
 org.openrdf.model.URI getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface eu.larkc.core.data.SetOfStatements
getStatements
 
Methods inherited from interface eu.larkc.core.data.InformationSet
toRDF
 

Constructor Detail

RdfGraphBase

public RdfGraphBase(org.openrdf.model.URI name)
TODO Describe this constructor.

Parameters:
name -
Method Detail

getName

public org.openrdf.model.URI getName()
Specified by:
getName in interface RdfGraph
Returns:
the name of the graph

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object