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 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

      void setOntologyWriterConfiguration(OWLOntologyWriterConfiguration config)
      Sets the configuration.
      Parameters:
      config - configuration to be used