public class UseOfUndeclaredObjectProperty extends OWLProfileViolation implements UndeclaredEntityViolation
| Constructor and Description |
|---|
UseOfUndeclaredObjectProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
Visitor accept method.
|
<O> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLEntity |
getEntity() |
OWLObjectProperty |
getExpression() |
List<OWLOntologyChange> |
repair() |
String |
toString() |
getAxiom, getOntology, getOntologyIDequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOntologypublic UseOfUndeclaredObjectProperty(OWLOntology ontology, @Nullable OWLAxiom axiom, OWLObjectProperty prop)
ontology - ontologyaxiom - axiomprop - proppublic OWLEntity getEntity()
getEntity in interface UndeclaredEntityViolationpublic OWLObjectProperty getExpression()
getExpression in class OWLProfileViolationpublic 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 © 2019 The University of Manchester. All rights reserved.