Class SyntacticLocalityModuleExtractor
java.lang.Object
org.semanticweb.owlapi.modularity.locality.LocalityModuleExtractor
org.semanticweb.owlapi.modularity.locality.SyntacticLocalityModuleExtractor
- All Implemented Interfaces:
ModuleExtractor
Class to extract modules based on syntactic locality.
- Author:
- Marc Robin Nolte (modified version)
-
Constructor Summary
ConstructorsConstructorDescriptionSyntacticLocalityModuleExtractor
(LocalityClass localityClass, Stream<OWLAxiom> axiomBase) Instantiates a newSyntacticLocalityModuleExtractor
. -
Method Summary
Methods inherited from class org.semanticweb.owlapi.modularity.locality.LocalityModuleExtractor
axiomBase, containsAxiom, extract, getLocalityClass
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.modularity.ModuleExtractor
everyModuleContains, extract, extract, extractAsOntology, globals, noModuleContains, tautologies
-
Constructor Details
-
SyntacticLocalityModuleExtractor
Instantiates a newSyntacticLocalityModuleExtractor
.- Parameters:
localityClass
- TheLocalityClass
to useaxiomBase
- The axiom base of the newSyntacticLocalityModuleExtractor
-