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> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLObjectPropertyExpression |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repair
public UseOfObjectPropertyInverse(OWLOntology ontology, @Nullable OWLAxiom axiom, OWLObjectPropertyExpression propertyExpression)
ontology
- ontologyaxiom
- axiompropertyExpression
- property expressionpublic OWLObjectPropertyExpression getExpression()
getExpression
in class OWLProfileViolation
public void accept(OWLProfileViolationVisitor visitor)
OWLProfileViolation
accept
in class OWLProfileViolation
visitor
- visitorpublic <O> Optional<O> accept(OWLProfileViolationVisitorEx<O> visitor)
accept
in class OWLProfileViolation
O
- visitor return typevisitor
- visitorCopyright © 2020 The University of Manchester. All rights reserved.