Class Modularizer
java.lang.Object
uk.ac.manchester.cs.factplusplusad.Modularizer
class to create modules of an ontology wrt module type
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isTautology
(OWLAxiom ax, ModuleType type) void
preprocessOntology
(Collection<AxiomWrapper> axioms) allow the checker to preprocess an ontology if necessary
-
Method Details
-
preprocessOntology
allow the checker to preprocess an ontology if necessary- Parameters:
axioms
- list of wrapped axioms
-
isTautology
- Parameters:
ax
- axiomtype
- type- Returns:
- true iff the axiom AX is a tautology wrt given type
-
getLocalityChecker
- Returns:
- the Locality checker
-
getModule
- Returns:
- the last computed module
-