public class UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom extends OWLProfileViolation
Constructor and Description |
---|
UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom(OWLOntology ontology,
OWLSubDataPropertyOfAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWLProfileViolationVisitor visitor)
Visitor accept method.
|
<O> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLSubDataPropertyOfAxiom |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repair
public UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom(OWLOntology ontology, OWLSubDataPropertyOfAxiom axiom)
ontology
- ontologyaxiom
- axiompublic OWLSubDataPropertyOfAxiom 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.