Uses of Enum Class
org.semanticweb.owlapi.model.MissingImportHandlingStrategy
Packages that use MissingImportHandlingStrategy
-
Uses of MissingImportHandlingStrategy in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return MissingImportHandlingStrategyModifier and TypeMethodDescriptionMissingImportHandlingStrategy.byName
(CharSequence name) OntologyConfigurator.getMissingImportHandlingStrategy()
OWLOntologyLoaderConfiguration.getMissingImportHandlingStrategy()
Gets the strategy used for missing imports.Returns the enum constant of this class with the specified name.static MissingImportHandlingStrategy[]
MissingImportHandlingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.semanticweb.owlapi.model with parameters of type MissingImportHandlingStrategyModifier and TypeMethodDescriptionOntologyConfigurator.setMissingImportHandlingStrategy
(MissingImportHandlingStrategy strategy) Sets the strategy that is used for missing imports handling.OWLOntologyLoaderConfiguration.setMissingImportHandlingStrategy
(MissingImportHandlingStrategy missingImportHandlingStrategy) Sets the strategy that is used for missing imports handling.