com.hp.hpl.jena.eyeball.repairtools.analysis
Class NullAnalysis

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.repairtools.analysis.BaseAnalysis
      extended by com.hp.hpl.jena.eyeball.repairtools.analysis.NullAnalysis
All Implemented Interfaces:
Analysis

public class NullAnalysis
extends BaseAnalysis
implements Analysis


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.eyeball.Analysis
Analysis.Operations
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.eyeball.repairtools.analysis.BaseAnalysis
input, repair
 
Constructor Summary
NullAnalysis()
           
 
Method Summary
 void analyse(Report r, com.hp.hpl.jena.rdf.model.Model m, com.hp.hpl.jena.rdf.model.Model config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAnalysis

public NullAnalysis()
Method Detail

analyse

public void analyse(Report r,
                    com.hp.hpl.jena.rdf.model.Model m,
                    com.hp.hpl.jena.rdf.model.Model config)
Specified by:
analyse in interface Analysis
Overrides:
analyse in class BaseAnalysis