public class UseOfUndeclaredClass extends OWLProfileViolation implements OWL2DLProfileViolation
Constructor and Description |
---|
UseOfUndeclaredClass(OWLOntology ontology,
OWLAxiom axiom,
OWLClass cls) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWL2DLProfileViolationVisitor visitor) |
OWLClass |
getOWLClass() |
java.lang.String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
public UseOfUndeclaredClass(OWLOntology ontology, OWLAxiom axiom, OWLClass cls)
public void accept(OWL2DLProfileViolationVisitor visitor)
accept
in interface OWL2DLProfileViolation
public OWLClass getOWLClass()
public java.lang.String toString()
toString
in class java.lang.Object