Package org.semanticweb.owlapi.model
Interface HasOntologyLoaderConfiguration
- All Known Subinterfaces:
ManchesterOWLSyntaxParser
,OWLOntologyManager
- All Known Implementing Classes:
ManchesterOWLSyntaxParserImpl
,OWLOntologyManagerImpl
public interface HasOntologyLoaderConfiguration
An interface for objects that allow a loader configuration to be set.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the configuration.
-
Method Details
-
getOntologyLoaderConfiguration
OWLOntologyLoaderConfiguration getOntologyLoaderConfiguration()- Returns:
- the configuration for this object. This is a read only accessor, since the configuration is an immutable object. To change the configuration, use the setter in this interface to set a modified configuration.
-
setOntologyLoaderConfiguration
Sets the configuration.- Parameters:
config
- configuration to be used
-