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

org.semanticweb.owlapi.vocab.PrefixOWLOntologyFormat Maven / Gradle / Ivy

There is a newer version: 5.5.1
Show newest version
package org.semanticweb.owlapi.vocab;

import java.io.Serializable;
import org.semanticweb.owlapi.model.OWLOntologyFormat;
import org.semanticweb.owlapi.model.PrefixManager;

/**
 * Transition interface, for compatibility purposes.
 *
 * @deprecated use PrefixDocumentFormat instead
 */
@Deprecated
public interface PrefixOWLOntologyFormat extends OWLOntologyFormat,
    PrefixManager, Serializable {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy