| Package | Description |
|---|---|
| org.semanticweb.owlapi.modularity.locality |
| Modifier and Type | Method and Description |
|---|---|
LocalityClass |
LocalityModuleExtractor.getLocalityClass()
Returns the locality class used by this
LocalityModuleExtractor. |
static LocalityClass |
LocalityClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalityClass[] |
LocalityClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SemanticLocalityEvaluator(LocalityClass localityClass,
OWLOntologyManager ontologyManager,
OWLReasonerFactory reasonerFactory)
Instantiates a new
SemanticLocalityEvaluator |
SemanticLocalityModuleExtractor(LocalityClass localityClass,
Stream<OWLAxiom> axiomBase,
OWLOntologyManager ontologyManager,
OWLReasonerFactory reasonerFactory)
Instantiates a new
SemanticLocalityEvaluator. |
SyntacticLocalityModuleExtractor(LocalityClass localityClass,
Stream<OWLAxiom> axiomBase)
Instantiates a new
SyntacticLocalityModuleExtractor. |
Copyright © 2020 The University of Manchester. All rights reserved.