public class UseOfIllegalDataRange extends OWLProfileViolation
| Constructor and Description |
|---|
UseOfIllegalDataRange(OWLOntology ontology,
OWLAxiom axiom,
OWLDataRange dataRange) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
Visitor accept method.
|
<O> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLDataRange |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repairpublic UseOfIllegalDataRange(OWLOntology ontology, @Nullable OWLAxiom axiom, OWLDataRange dataRange)
ontology - ontologyaxiom - axiomdataRange - dataRangepublic OWLDataRange 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 - visitorCopyright © 2017 The University of Manchester. All rights reserved.