org.rdfcontext.model.MSG.sesame
Class RDFN

java.lang.Object
  extended byorg.rdfcontext.model.MSG.sesame.RDFN

public class RDFN
extends java.lang.Object

Author:
Mauro Mazzieri

Constructor Summary
RDFN(org.openrdf.model.Graph rep, org.openrdf.model.Resource r)
           
 
Method Summary
 MSG[] getComposingMSGs()
           
 org.openrdf.model.Graph getGraph()
           
 org.openrdf.sesame.sail.StatementIterator getStatements()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDFN

public RDFN(org.openrdf.model.Graph rep,
            org.openrdf.model.Resource r)
     throws java.io.IOException,
            org.openrdf.sesame.config.AccessDeniedException
Method Detail

getStatements

public org.openrdf.sesame.sail.StatementIterator getStatements()

getGraph

public org.openrdf.model.Graph getGraph()

getComposingMSGs

public MSG[] getComposingMSGs()

toString

public java.lang.String toString()