public class UseOfReservedVocabularyForAnnotationPropertyIRI extends OWLProfileViolation implements OWL2DLProfileViolation
Constructor and Description |
---|
UseOfReservedVocabularyForAnnotationPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWL2DLProfileViolationVisitor visitor) |
OWLAnnotationProperty |
getOWLAnnotationProperty() |
java.lang.String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
public UseOfReservedVocabularyForAnnotationPropertyIRI(OWLOntology ontology, OWLAxiom axiom, OWLAnnotationProperty property)
public OWLAnnotationProperty getOWLAnnotationProperty()
public void accept(OWL2DLProfileViolationVisitor visitor)
accept
in interface OWL2DLProfileViolation
public java.lang.String toString()
toString
in class java.lang.Object