org.semanticweb.owlapi.profiles
Class UseOfUndeclaredAnnotationProperty
java.lang.Object
  
org.semanticweb.owlapi.profiles.OWLProfileViolation
      
org.semanticweb.owlapi.profiles.UseOfUndeclaredAnnotationProperty
- All Implemented Interfaces: 
 - OWL2DLProfileViolation
 
public class UseOfUndeclaredAnnotationProperty
- extends OWLProfileViolation
- implements OWL2DLProfileViolation
  
Author: Matthew Horridge
 The University of Manchester
 Information Management Group
 Date: 03-Aug-2009
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
UseOfUndeclaredAnnotationProperty
public UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
                                         OWLAxiom axiom,
                                         OWLAnnotation annotation,
                                         OWLAnnotationProperty prop)
UseOfUndeclaredAnnotationProperty
public UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
                                         OWLAxiom axiom,
                                         OWLAnnotation annotation)
getOWLAnnotationProperty
public OWLAnnotationProperty getOWLAnnotationProperty()
 
 
getOWLAnnotation
public OWLAnnotation getOWLAnnotation()
 
 
accept
public void accept(OWL2DLProfileViolationVisitor visitor)
- Specified by:
 accept in interface OWL2DLProfileViolation
 
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object