public class UseOfUndeclaredAnnotationProperty extends OWLProfileViolation implements UndeclaredEntityViolation
| Constructor and Description |
|---|
UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotation annotation,
OWLAnnotationProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
Visitor accept method.
|
<O> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLEntity |
getEntity() |
OWLAnnotationProperty |
getExpression() |
List<OWLOntologyChange> |
repair() |
String |
toString() |
getAxiom, getOntology, getOntologyIDequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOntologypublic UseOfUndeclaredAnnotationProperty(OWLOntology ontology, @Nullable OWLAxiom axiom, @Nullable OWLAnnotation annotation, OWLAnnotationProperty prop)
ontology - ontologyaxiom - axiomannotation - annotationprop - proppublic OWLAnnotationProperty getExpression()
getExpression in class OWLProfileViolationpublic OWLEntity getEntity()
getEntity in interface UndeclaredEntityViolationpublic void accept(OWLProfileViolationVisitor visitor)
OWLProfileViolationaccept in class OWLProfileViolationvisitor - visitorpublic <O> Optional<O> accept(OWLProfileViolationVisitorEx<O> visitor)
accept in class OWLProfileViolationO - visitor return typevisitor - visitorpublic List<OWLOntologyChange> repair()
repair in class OWLProfileViolationCopyright © 2017 The University of Manchester. All Rights Reserved.