com.hp.hpl.jena.eyeball.repairtools.doctor
Class PropertyDoctor

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.repairtools.doctor.BaseDoctor
      extended by com.hp.hpl.jena.eyeball.repairtools.doctor.PropertyDoctor
All Implemented Interfaces:
Doctor

public class PropertyDoctor
extends BaseDoctor
implements Doctor


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.eyeball.Doctor
Doctor.Operations
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.eyeball.repairtools.doctor.BaseDoctor
input, output, repair
 
Constructor Summary
PropertyDoctor()
           
 
Method Summary
 void doctorModel(com.hp.hpl.jena.rdf.model.Model report, com.hp.hpl.jena.rdf.model.Model m, com.hp.hpl.jena.rdf.model.Model config)
           
 
Methods inherited from class com.hp.hpl.jena.eyeball.repairtools.doctor.BaseDoctor
getOutput, getReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDoctor

public PropertyDoctor()
Method Detail

doctorModel

public void doctorModel(com.hp.hpl.jena.rdf.model.Model report,
                        com.hp.hpl.jena.rdf.model.Model m,
                        com.hp.hpl.jena.rdf.model.Model config)
Specified by:
doctorModel in interface Doctor
Overrides:
doctorModel in class BaseDoctor