public class UseOfPropertyInChainCausesCycle extends OWLProfileViolation
| Constructor and Description |
|---|
UseOfPropertyInChainCausesCycle(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectPropertyExpression property) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
Visitor accept method.
|
<O> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLObjectPropertyExpression |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repairpublic UseOfPropertyInChainCausesCycle(OWLOntology ontology, OWLAxiom axiom, OWLObjectPropertyExpression property)
ontology - ontologyaxiom - axiomproperty - propertypublic OWLObjectPropertyExpression 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 © 2020 The University of Manchester. All rights reserved.