Package org.obolibrary.owl
Class LabelFunctionalFormat
java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
org.obolibrary.owl.LabelFunctionalFormat
- All Implemented Interfaces:
Serializable,org.semanticweb.owlapi.model.OWLDocumentFormat,OWLOntologyFormat
@Deprecated
public class LabelFunctionalFormat
extends org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
implements OWLOntologyFormat
Deprecated.
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 Summary
Constructors -
Method Summary
Methods inherited from class org.semanticweb.owlapi.formats.LabelFunctionalDocumentFormat
getKeyMethods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, toStringMethods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat
asPrefixOWLDocumentFormat, getKey, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs
-
Constructor Details
-
LabelFunctionalFormat
public LabelFunctionalFormat()Deprecated.
-
LabelFunctionalDocumentFormat