public class UseOfNonSuperClassExpression extends OWLProfileViolation
| Constructor and Description |
|---|
UseOfNonSuperClassExpression(OWLOntology ontology,
OWLAxiom axiom,
OWLClassExpression classExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
visitor accept method
|
<O> O |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLClassExpression |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repairpublic UseOfNonSuperClassExpression(@Nonnull OWLOntology ontology, @Nonnull OWLAxiom axiom, @Nonnull OWLClassExpression classExpression)
ontology - ontologyaxiom - axiomclassExpression - classExpressionpublic OWLClassExpression getExpression()
getExpression in class OWLProfileViolationpublic void accept(@Nonnull OWLProfileViolationVisitor visitor)
OWLProfileViolationaccept in class OWLProfileViolationvisitor - visitorpublic <O> O accept(OWLProfileViolationVisitorEx<O> visitor)
accept in class OWLProfileViolationO - visitor return typevisitor - visitorCopyright © 2020 The University of Manchester. All rights reserved.