Uses of Interface
org.semanticweb.owlapi.modularity.ModuleExtractor
Packages that use ModuleExtractor
Package
Description
Modularity interface package.
-
Uses of ModuleExtractor in org.semanticweb.owlapi.modularity
Classes in org.semanticweb.owlapi.modularity that implement ModuleExtractorModifier and TypeClassDescriptionclass
Abstract class for convenience implementation ofModuleExtractor
s able of precomputing global axioms and tautologies.Constructor parameters in org.semanticweb.owlapi.modularity with type arguments of type ModuleExtractorModifierConstructorDescriptionAtomicDecomposition
(Stream<OWLAxiom> axioms, Function<Stream<OWLAxiom>, ? extends ModuleExtractor> function) Constructs theAtomicDecomposition
for the given axiom base based on the module extraction theModuleExtractor
the givenFunction
supplies.AtomicDecomposition
(OWLOntology ontology, Function<Stream<OWLAxiom>, ? extends ModuleExtractor> function) Constructs theAtomicDecomposition
for the given axiom base based on the module extraction theModuleExtractor
the givenFunction
supplies. -
Uses of ModuleExtractor in org.semanticweb.owlapi.modularity.locality
Classes in org.semanticweb.owlapi.modularity.locality that implement ModuleExtractorModifier and TypeClassDescriptionclass
Abstract class for convenience implementation of locality-basedModuleExtractor
s.final class
Class to extract modules based on semantic locality.class
Class to extract modules based on syntactic locality.