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