public class UseOfUnknownDatatype extends OWLProfileViolation implements OWL2ProfileViolation
| Constructor and Description |
|---|
UseOfUnknownDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWL2ProfileViolationVisitor visitor) |
OWLDatatype |
getDatatype()
Gets the datatype that is invalid.
|
String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyIDpublic UseOfUnknownDatatype(OWLOntology ontology, OWLAxiom axiom, OWLDatatype datatype)
ontology - ontology with violationaxiom - axiom with violationdatatype - unknown datatypepublic void accept(OWL2ProfileViolationVisitor visitor)
accept in interface OWL2ProfileViolationvisitor - visitor to acceptpublic OWLDatatype getDatatype()
Copyright © 2014 The University of Manchester. All Rights Reserved.