public class UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom extends OWLProfileViolation
Constructor and Description |
---|
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology,
OWLAsymmetricObjectPropertyAxiom axiom) |
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 UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology, OWLAsymmetricObjectPropertyAxiom axiom)
ontology
- ontologyaxiom
- axiompublic 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.