public class UseOfUndeclaredObjectProperty extends OWLProfileViolation implements OWL2DLProfileViolation
| Constructor and Description |
|---|
UseOfUndeclaredObjectProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWL2DLProfileViolationVisitor visitor) |
OWLObjectProperty |
getOWLObjectProperty() |
String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyIDpublic UseOfUndeclaredObjectProperty(OWLOntology ontology, OWLAxiom axiom, OWLObjectProperty prop)
ontology - ontology with violationaxiom - axiom with violationprop - undeclared propertypublic OWLObjectProperty getOWLObjectProperty()
public void accept(OWL2DLProfileViolationVisitor visitor)
accept in interface OWL2DLProfileViolationvisitor - visitor to acceptCopyright © 2014 The University of Manchester. All Rights Reserved.