dfki.frodo.tools.rdf_schema_grapher
Class AbstractEdgeExtractor

java.lang.Object
  |
  +--dfki.frodo.tools.rdf_schema_grapher.AbstractEdgeExtractor
All Implemented Interfaces:
EdgeExtractor
Direct Known Subclasses:
AdvancedEdgeExtractor, SimpleEdgeExtractor

public abstract class AbstractEdgeExtractor
extends java.lang.Object
implements EdgeExtractor


Inner Class Summary
static class AbstractEdgeExtractor.ProcessingInfo
           
static class AbstractEdgeExtractor.StatementInfo
           
 
Inner classes inherited from class dfki.frodo.tools.rdf_schema_grapher.EdgeExtractor
EdgeExtractor.ProcessingInfo, EdgeExtractor.StatementInfo
 
Constructor Summary
AbstractEdgeExtractor()
           
 
Method Summary
 EdgeExtractor.ProcessingInfo createNewProcessingInformation()
           
 EdgeExtractor.StatementInfo createStatementInfoFor(org.w3c.rdf.model.Statement s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface dfki.frodo.tools.rdf_schema_grapher.EdgeExtractor
extractAllEdges, getProcessingInformation, printResultTo
 

Constructor Detail

AbstractEdgeExtractor

public AbstractEdgeExtractor()
Method Detail

createStatementInfoFor

public EdgeExtractor.StatementInfo createStatementInfoFor(org.w3c.rdf.model.Statement s)
Specified by:
createStatementInfoFor in interface EdgeExtractor

createNewProcessingInformation

public EdgeExtractor.ProcessingInfo createNewProcessingInformation()
Specified by:
createNewProcessingInformation in interface EdgeExtractor