dfki.frodo.tools.rdf_schema_grapher
Interface EdgeExtractor

All Known Implementing Classes:
AbstractEdgeExtractor

public interface EdgeExtractor


Inner Class Summary
static interface EdgeExtractor.ProcessingInfo
          Information collected on the latest extraction run.
static interface EdgeExtractor.StatementInfo
           
 
Method Summary
 EdgeExtractor.ProcessingInfo createNewProcessingInformation()
           
 EdgeExtractor.StatementInfo createStatementInfoFor(org.w3c.rdf.model.Statement s)
           
 void extractAllEdges(Config config)
           
 EdgeExtractor.ProcessingInfo getProcessingInformation()
           
 void printResultTo(java.io.Writer w)
           
 

Method Detail

createStatementInfoFor

public EdgeExtractor.StatementInfo createStatementInfoFor(org.w3c.rdf.model.Statement s)

extractAllEdges

public void extractAllEdges(Config config)
                     throws org.w3c.rdf.model.ModelException

printResultTo

public void printResultTo(java.io.Writer w)
                   throws java.io.IOException

createNewProcessingInformation

public EdgeExtractor.ProcessingInfo createNewProcessingInformation()

getProcessingInformation

public EdgeExtractor.ProcessingInfo getProcessingInformation()