public class UseOfIllegalDataRange extends OWLProfileViolation implements OWL2ELProfileViolation, OWL2QLProfileViolation, OWL2RLProfileViolation
| Constructor and Description |
|---|
UseOfIllegalDataRange(OWLOntology ontology,
OWLAxiom axiom,
OWLDataRange dataRange) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWL2ELProfileViolationVisitor visitor) |
void |
accept(OWL2QLProfileViolationVisitor visitor) |
void |
accept(OWL2RLProfileViolationVisitor visitor) |
OWLDataRange |
getOWLDataRange() |
String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyIDpublic UseOfIllegalDataRange(OWLOntology ontology, OWLAxiom axiom, OWLDataRange dataRange)
ontology - wrong ontologyaxiom - wrong axiomdataRange - wrong datarangepublic OWLDataRange getOWLDataRange()
public void accept(OWL2RLProfileViolationVisitor visitor)
accept in interface OWL2RLProfileViolationvisitor - visitor to acceptpublic void accept(OWL2QLProfileViolationVisitor visitor)
accept in interface OWL2QLProfileViolationvisitor - visitor to acceptpublic void accept(OWL2ELProfileViolationVisitor visitor)
accept in interface OWL2ELProfileViolationvisitor - visitor to acceptCopyright © 2014 The University of Manchester. All Rights Reserved.