org.semanticweb.owl.model
Class OWLOntologyFormat

java.lang.Object
  extended by org.semanticweb.owl.model.OWLOntologyFormat
Direct Known Subclasses:
NamespaceOWLOntologyFormat, OWLFunctionalSyntaxOntologyFormat

public class OWLOntologyFormat
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007

Represents the concrete representation format of an ontology. The equality of an ontology format is defined by the equals and hashCode method (not its identity).


Constructor Summary
OWLOntologyFormat()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getParameter(java.lang.Object key, java.lang.Object defaultValue)
           
 int hashCode()
           
 void setParameter(java.lang.Object key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLOntologyFormat

public OWLOntologyFormat()
Method Detail

setParameter

public void setParameter(java.lang.Object key,
                         java.lang.Object value)

getParameter

public java.lang.Object getParameter(java.lang.Object key,
                                     java.lang.Object defaultValue)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object