Class LatexOntologyFormat

java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.LatexDocumentFormat
org.coode.owlapi.latex.LatexOntologyFormat
All Implemented Interfaces:
Serializable, org.semanticweb.owlapi.model.OWLDocumentFormat, OWLOntologyFormat

@Deprecated public class LatexOntologyFormat extends org.semanticweb.owlapi.formats.LatexDocumentFormat implements OWLOntologyFormat
Deprecated.
use LatexDocumentFormat
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group, Date: 26-Jan-2008
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.semanticweb.owlapi.formats.LatexDocumentFormat

    getKey

    Methods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl

    equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat

    asPrefixOWLDocumentFormat, getKey, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs
  • Constructor Details

    • LatexOntologyFormat

      public LatexOntologyFormat()
      Deprecated.