public class UseOfIllegalClassExpression extends OWLProfileViolation implements OWL2ELProfileViolation
Constructor and Description |
---|
UseOfIllegalClassExpression(OWLOntology ontology,
OWLAxiom axiom,
OWLClassExpression classExpression) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWL2ELProfileViolationVisitor visitor) |
OWLClassExpression |
getOWLClassExpression() |
java.lang.String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
public UseOfIllegalClassExpression(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression)
public void accept(OWL2ELProfileViolationVisitor visitor)
accept
in interface OWL2ELProfileViolation
public OWLClassExpression getOWLClassExpression()
public java.lang.String toString()
toString
in class java.lang.Object