| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| Modifier and Type | Method and Description |
|---|---|
MissingImportHandlingStrategy |
MissingImportHandlingStrategy.byName(CharSequence name) |
MissingImportHandlingStrategy |
OWLOntologyLoaderConfiguration.getMissingImportHandlingStrategy()
Gets the strategy used for missing imports.
|
static MissingImportHandlingStrategy |
MissingImportHandlingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MissingImportHandlingStrategy[] |
MissingImportHandlingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyLoaderConfiguration |
OWLOntologyLoaderConfiguration.setMissingImportHandlingStrategy(MissingImportHandlingStrategy missingImportHandlingStrategy)
Sets the strategy that is used for missing imports handling.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.