uk.ac.manchester.cs.owl
Class OWLOntologyAnnotationAxiomImpl
java.lang.Object
  
uk.ac.manchester.cs.owl.OWLObjectImpl
      
uk.ac.manchester.cs.owl.OWLAxiomImpl
          
uk.ac.manchester.cs.owl.OWLAnnotationAxiomImpl<OWLOntology>
              
uk.ac.manchester.cs.owl.OWLOntologyAnnotationAxiomImpl
- All Implemented Interfaces: 
 - java.lang.Comparable<OWLObject>, OWLAnnotationAxiom<OWLOntology>, OWLAxiom, OWLObject, OWLOntologyAnnotationAxiom
 
public class OWLOntologyAnnotationAxiomImpl
- extends OWLAnnotationAxiomImpl<OWLOntology>
- implements OWLOntologyAnnotationAxiom
  
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 28-Jan-2007
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
OWLOntologyAnnotationAxiomImpl
public OWLOntologyAnnotationAxiomImpl(OWLDataFactory dataFactory,
                                      OWLOntology subject,
                                      OWLAnnotation annotation)
accept
public void accept(OWLObjectVisitor visitor)
- Specified by:
 accept in interface OWLObject
 
 
accept
public void accept(OWLAxiomVisitor visitor)
- Specified by:
 accept in interface OWLAxiom
 
 
accept
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
- Specified by:
 accept in interface OWLAxiom
 
 
accept
public <O> O accept(OWLObjectVisitorEx<O> visitor)
- Specified by:
 accept in interface OWLObject
 
 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equals in class OWLAnnotationAxiomImpl<OWLOntology>
 
 
getAxiomType
public AxiomType getAxiomType()
- Description copied from interface: 
OWLAxiom 
- Gets the axiom type for this axiom.
- Specified by:
 getAxiomType in interface OWLAxiom
 
- Returns:
 - The axiom type that corresponds to the type of this axiom.