Package org.semanticweb.owlapi.model
Interface HasOntologyWriterConfiguration
- All Known Subinterfaces:
OWLOntologyManager
- All Known Implementing Classes:
OWLOntologyManagerImpl
public interface HasOntologyWriterConfiguration
An interface for objects that allow a writer configuration to be set.
- Since:
- 5.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the configuration.
-
Method Details
-
getOntologyWriterConfiguration
OWLOntologyWriterConfiguration getOntologyWriterConfiguration()- 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.
-
setOntologyWriterConfiguration
Sets the configuration.- Parameters:
config
- configuration to be used
-