org.coode.owlapi.manchesterowlsyntax
Class OntologyAxiomPair
java.lang.Object
org.coode.owlapi.manchesterowlsyntax.OntologyAxiomPair
public class OntologyAxiomPair
- extends java.lang.Object
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Feb-2009
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
OntologyAxiomPair
public OntologyAxiomPair(OWLOntology ontology,
OWLAxiom axiom)
getOntology
public OWLOntology getOntology()
getAxiom
public OWLAxiom getAxiom()
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object