public class EmptyOneOfAxiom extends OWLProfileViolation
Constructor and Description |
---|
EmptyOneOfAxiom(OWLOntology ontology,
OWLAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OWLProfileViolationVisitor visitor)
visitor accept method
|
<O> O |
accept(OWLProfileViolationVisitorEx<O> visitor) |
String |
toString() |
getAxiom, getExpression, getOntology, getOntologyID, repair
public EmptyOneOfAxiom(@Nonnull OWLOntology ontology, @Nonnull OWLAxiom axiom)
ontology
- the ontology with the violationaxiom
- the axiom with the violationpublic void accept(@Nonnull OWLProfileViolationVisitor visitor)
OWLProfileViolation
accept
in class OWLProfileViolation
visitor
- visitorpublic <O> O accept(OWLProfileViolationVisitorEx<O> visitor)
accept
in class OWLProfileViolation
O
- visitor return typevisitor
- visitorCopyright © 2020 The University of Manchester. All rights reserved.