public class UseOfUndeclaredDataProperty extends OWLProfileViolation implements UndeclaredEntityViolation
| Constructor and Description |
|---|
UseOfUndeclaredDataProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLDataProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
visitor accept method
|
<O> O |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLEntity |
getEntity() |
OWLDataProperty |
getExpression() |
List<OWLOntologyChange> |
repair() |
String |
toString() |
getAxiom, getOntology, getOntologyIDequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOntologypublic UseOfUndeclaredDataProperty(@Nonnull OWLOntology ontology, @Nonnull OWLAxiom axiom, @Nonnull OWLDataProperty prop)
ontology - ontologyaxiom - axiomprop - proppublic OWLEntity getEntity()
getEntity in interface UndeclaredEntityViolationpublic OWLDataProperty getExpression()
getExpression in class OWLProfileViolationpublic void accept(@Nonnull OWLProfileViolationVisitor visitor)
OWLProfileViolationaccept in class OWLProfileViolationvisitor - visitorpublic <O> O accept(OWLProfileViolationVisitorEx<O> visitor)
accept in class OWLProfileViolationO - visitor return typevisitor - visitorpublic List<OWLOntologyChange> repair()
repair in class OWLProfileViolationCopyright © 2020 The University of Manchester. All rights reserved.