org.obolibrary.owl
Class LabelFunctionalFormat

java.lang.Object
  extended by org.semanticweb.owlapi.model.OWLOntologyFormat
      extended by org.obolibrary.owl.LabelFunctionalFormat

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.


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-2012. All Rights Reserved.