public class UseOfUndeclaredDataProperty extends OWLProfileViolation implements OWL2DLProfileViolation
| Constructor and Description |
|---|
UseOfUndeclaredDataProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLDataProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWL2DLProfileViolationVisitor visitor) |
OWLDataProperty |
getOWLDataProperty() |
String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyIDpublic UseOfUndeclaredDataProperty(OWLOntology ontology, OWLAxiom axiom, OWLDataProperty prop)
ontology - wrong ontologyaxiom - wrong axiomprop - wrong propertypublic void accept(OWL2DLProfileViolationVisitor visitor)
accept in interface OWL2DLProfileViolationvisitor - visitor to acceptpublic OWLDataProperty getOWLDataProperty()
Copyright © 2014 The University of Manchester. All Rights Reserved.