All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.semanticweb.owlapi.model.OWLOntologyStorerFactory Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.semanticweb.owlapi.model;

import org.semanticweb.owlapi.formats.OWLOntologyFormatFactory;

/**
 * @author Peter Ansell [email protected]
 *
 */
public interface OWLOntologyStorerFactory
{
    /**
     * Creates a storer
     * @return The storer created by this storer factory.
     */
    OWLOntologyStorer createStorer();
    
    /**
     * 
     * @return The ontology format used by this OWLOntologyStorerFactory
     */
    OWLOntologyFormatFactory getFormatFactory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy