Class SemanticLocalityModuleExtractor

java.lang.Object
org.semanticweb.owlapi.modularity.locality.LocalityModuleExtractor
org.semanticweb.owlapi.modularity.locality.SemanticLocalityModuleExtractor
All Implemented Interfaces:
ModuleExtractor

public final class SemanticLocalityModuleExtractor extends LocalityModuleExtractor
Class to extract modules based on semantic locality.
Author:
Marc Robin Nolte
  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
      Disposes the reasoner and the empty ontology that is used to check whether axioms are tautologies via calling OWLReasoner.dispose(). Must be called after this SemanticLocalityModuleExtractor is no longer used to free resources that are allocated by the reasoner and the ontology.