dfki.frodo.tools.rdf_schema_grapher
Interface EdgeExtractor.ProcessingInfo

All Known Implementing Classes:
AbstractEdgeExtractor.ProcessingInfo
Enclosing class:
EdgeExtractor

public static interface EdgeExtractor.ProcessingInfo

Information collected on the latest extraction run. It can be used to promt additional information to the user of the visualization tool.


Method Summary
 void addStatementInfo(EdgeExtractor.StatementInfo info)
           
 java.util.Collection getStatementInfos()
           
 

Method Detail

getStatementInfos

public java.util.Collection getStatementInfos()

addStatementInfo

public void addStatementInfo(EdgeExtractor.StatementInfo info)