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, repair
public UseOfNonSuperClassExpression(@Nonnull OWLOntology ontology, @Nonnull OWLAxiom axiom, @Nonnull OWLClassExpression classExpression)
ontology
- ontologyaxiom
- axiomclassExpression
- classExpressionpublic OWLClassExpression getExpression()
getExpression
in class OWLProfileViolation
public void accept(@Nonnull OWLProfileViolationVisitor visitor)
OWLProfileViolation
accept
in class OWLProfileViolation
visitor
- visitorpublic <O> O accept(OWLProfileViolationVisitorEx<O> visitor)
accept
in class OWLProfileViolation
O
- visitor return typevisitor
- visitorCopyright © 2020 The University of Manchester. All rights reserved.