dfki.frodo.tools.rdf_schema_grapher
Class AdvancedEdgeExtractor

java.lang.Object
  |
  +--dfki.frodo.tools.rdf_schema_grapher.AbstractEdgeExtractor
        |
        +--dfki.frodo.tools.rdf_schema_grapher.AdvancedEdgeExtractor
All Implemented Interfaces:
EdgeExtractor

public class AdvancedEdgeExtractor
extends AbstractEdgeExtractor


Inner classes inherited from class dfki.frodo.tools.rdf_schema_grapher.AbstractEdgeExtractor
AbstractEdgeExtractor.ProcessingInfo, AbstractEdgeExtractor.StatementInfo
 
Inner classes inherited from class dfki.frodo.tools.rdf_schema_grapher.EdgeExtractor
EdgeExtractor.ProcessingInfo, EdgeExtractor.StatementInfo
 
Method Summary
 void extractAllEdges(Config config)
           
 EdgeExtractor.ProcessingInfo getProcessingInformation()
           
 void printResultTo(java.io.Writer w)
           
 
Methods inherited from class dfki.frodo.tools.rdf_schema_grapher.AbstractEdgeExtractor
createNewProcessingInformation, createStatementInfoFor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractAllEdges

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

printResultTo

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

getProcessingInformation

public EdgeExtractor.ProcessingInfo getProcessingInformation()