public class UseOfNonSubClassExpression extends OWLProfileViolation implements OWL2QLProfileViolation, OWL2RLProfileViolation
| Constructor and Description |
|---|
UseOfNonSubClassExpression(OWLOntology ontology,
OWLAxiom axiom,
OWLClassExpression classExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWL2QLProfileViolationVisitor visitor) |
void |
accept(OWL2RLProfileViolationVisitor visitor) |
OWLClassExpression |
getOWLClassExpression() |
String |
toString() |
getAxiom, getDocumentIRI, getImportsClosure, getOntologyIDpublic UseOfNonSubClassExpression(OWLOntology ontology, OWLAxiom axiom, OWLClassExpression classExpression)
ontology - wrong ontologyaxiom - wrong axiomclassExpression - wrong classpublic void accept(OWL2QLProfileViolationVisitor visitor)
accept in interface OWL2QLProfileViolationvisitor - visitor to acceptpublic void accept(OWL2RLProfileViolationVisitor visitor)
accept in interface OWL2RLProfileViolationvisitor - visitor to acceptpublic OWLClassExpression getOWLClassExpression()
Copyright © 2014 The University of Manchester. All Rights Reserved.