moduleReasoner.getKB().classify();
if( log.isLoggable( Level.FINE ) ) {
log.fine( "Classified module:" );
new ClassTreePrinter().print( moduleReasoner.getKB().getTaxonomy(), new PrintWriter( System.err ) );
}
Taxonomy<OWLClass> moduleTaxonomy = buildClassHierarchy( moduleReasoner );
Set<OWLClass> affectedCls = new HashSet<OWLClass>();