com.hp.hpl.jena.eyeball.assemblers.test
Class TestInspectorAssembler.InspectorMorse

java.lang.Object
  extended by com.hp.hpl.jena.eyeball.inspectors.InspectorBase
      extended by com.hp.hpl.jena.eyeball.assemblers.test.TestInspectorAssembler.InspectorMorse
All Implemented Interfaces:
Inspector
Enclosing class:
TestInspectorAssembler

public static class TestInspectorAssembler.InspectorMorse
extends InspectorBase


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.eyeball.Inspector
Inspector.InspectorSet, Inspector.Operations
 
Constructor Summary
TestInspectorAssembler.InspectorMorse(com.hp.hpl.jena.rdf.model.Resource root)
           
 
Method Summary
 void end(Report r)
          End the inspection.
 
Methods inherited from class com.hp.hpl.jena.eyeball.inspectors.InspectorBase
begin, inspectModel, inspectStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInspectorAssembler.InspectorMorse

public TestInspectorAssembler.InspectorMorse(com.hp.hpl.jena.rdf.model.Resource root)
Method Detail

end

public void end(Report r)
Description copied from interface: Inspector
End the inspection. This method is called after all the statements have been individually inspected, so any final analyssi can be done.

Specified by:
end in interface Inspector
Overrides:
end in class InspectorBase