fr.lirmm.graphik.cogui.rdf
Interface ImportRDF

All Known Implementing Classes:
ImportNaturalRDF, ImportRawRDF

public interface ImportRDF


Method Summary
 void parseStatement(com.hp.hpl.jena.rdf.model.Statement statement)
           
 void prepare()
           
 void terminate()
           
 

Method Detail

prepare

void prepare()

terminate

void terminate()

parseStatement

void parseStatement(com.hp.hpl.jena.rdf.model.Statement statement)
                    throws java.lang.Exception
Throws:
java.lang.Exception