org.semanticweb.owl.model
Class AddAxiom
java.lang.Object
  
org.semanticweb.owl.model.OWLOntologyChange
      
org.semanticweb.owl.model.OWLAxiomChange
          
org.semanticweb.owl.model.AddAxiom
public class AddAxiom
- extends OWLAxiomChange
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 25-Oct-2006
 Represents an ontology change where axioms should be added
 to an ontology.
 
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, toString, wait, wait, wait | 
 
AddAxiom
public AddAxiom(OWLOntology ont,
                OWLAxiom axiom)
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
 
 
accept
public void accept(OWLOntologyChangeVisitor visitor)
- Specified by:
 accept in class OWLOntologyChange