uk.ac.manchester.cs.owl
Class OWLEntityAnnotationAxiomImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.OWLAxiomImpl
          extended by uk.ac.manchester.cs.owl.OWLAnnotationAxiomImpl<OWLEntity>
              extended by uk.ac.manchester.cs.owl.OWLEntityAnnotationAxiomImpl
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLAnnotationAxiom<OWLEntity>, OWLAxiom, OWLEntityAnnotationAxiom, OWLObject

public class OWLEntityAnnotationAxiomImpl
extends OWLAnnotationAxiomImpl<OWLEntity>
implements OWLEntityAnnotationAxiom

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2006


Constructor Summary
OWLEntityAnnotationAxiomImpl(OWLDataFactory dataFactory, OWLEntity subject, OWLAnnotation annotation)
           
 
Method Summary
 void accept(OWLAxiomVisitor visitor)
           
<O> O
accept(OWLAxiomVisitorEx<O> visitor)
           
 void accept(OWLObjectVisitor visitor)
           
<O> O
accept(OWLObjectVisitorEx<O> visitor)
           
 AxiomType getAxiomType()
          Gets the axiom type for this axiom.
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLAnnotationAxiomImpl
equals, getAnnotation, getSubject, isLogicalAxiom
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLAxiomImpl
getAnnotationAxioms, getReferencedEntities
 
Methods inherited from class uk.ac.manchester.cs.owl.OWLObjectImpl
compareTo, getOWLDataFactory, getSignature, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owl.model.OWLAnnotationAxiom
getAnnotation, getSubject
 
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom
getAnnotationAxioms, getReferencedEntities, isLogicalAxiom
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OWLEntityAnnotationAxiomImpl

public OWLEntityAnnotationAxiomImpl(OWLDataFactory dataFactory,
                                    OWLEntity subject,
                                    OWLAnnotation annotation)
Method Detail

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

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.