public class UseOfObjectPropertyInverse extends OWLProfileViolation
| Constructor and Description |
|---|
UseOfObjectPropertyInverse(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectPropertyExpression propertyExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
visitor accept method
|
<O> O |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLObjectPropertyExpression |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repairpublic UseOfObjectPropertyInverse(@Nonnull OWLOntology ontology, @Nonnull OWLAxiom axiom, @Nonnull OWLObjectPropertyExpression propertyExpression)
ontology - ontologyaxiom - axiompropertyExpression - propertyExpressionpublic OWLObjectPropertyExpression 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 © 2016 The University of Manchester. All Rights Reserved.