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() |
java.lang.String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
public UseOfUndeclaredObjectProperty(OWLOntology ontology, OWLAxiom axiom, OWLObjectProperty prop)
public OWLObjectProperty getOWLObjectProperty()
public void accept(OWL2DLProfileViolationVisitor visitor)
accept
in interface OWL2DLProfileViolation
public java.lang.String toString()
toString
in class java.lang.Object