Class LabelFunctionalDocumentFormat

java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
All Implemented Interfaces:
Serializable, OWLDocumentFormat

public class LabelFunctionalDocumentFormat extends OWLDocumentFormatImpl
Format for serializing an OWL ontology in a functional syntax format and labels instead of identifiers. WARNING: This will produce a file, which cannot be read with the OWL-API. This is only intended to be used as basis for human readable version version control diffs.
See Also:
  • Constructor Details

    • LabelFunctionalDocumentFormat

      public LabelFunctionalDocumentFormat()
  • Method Details

    • getKey

      public String getKey()
      Returns:
      A unique key for this format.