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