org.obolibrary.owl
Class LabelFunctionalFormat

java.lang.Object
  extended by org.semanticweb.owlapi.model.OWLOntologyFormat
      extended by org.obolibrary.owl.LabelFunctionalFormat
All Implemented Interfaces:
Serializable

public class LabelFunctionalFormat
extends org.semanticweb.owlapi.model.OWLOntologyFormat

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:
Serialized Form

Field Summary
 
Fields inherited from class org.semanticweb.owlapi.model.OWLOntologyFormat
USE_INTERMEDIATE_OUTPUT_FILE
 
Constructor Summary
LabelFunctionalFormat()
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owlapi.model.OWLOntologyFormat
asPrefixOWLOntologyFormat, equals, getOntologyLoaderMetaData, getParameter, hashCode, isPrefixOWLOntologyFormat, setOntologyLoaderMetaData, setParameter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelFunctionalFormat

public LabelFunctionalFormat()


Copyright © 2010-2014. All Rights Reserved.