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

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

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 - 2024 Weber Informatics LLC | Privacy Policy