public class UseOfReservedVocabularyForObjectPropertyIRI extends OWLProfileViolation
| Constructor and Description |
|---|
UseOfReservedVocabularyForObjectPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
Visitor accept method.
|
<O> Optional<O> |
accept(OWLProfileViolationVisitorEx<O> visitor) |
OWLObjectProperty |
getExpression() |
String |
toString() |
getAxiom, getOntology, getOntologyID, repairpublic UseOfReservedVocabularyForObjectPropertyIRI(OWLOntology ontology, @Nullable OWLAxiom axiom, OWLObjectProperty property)
ontology - ontologyaxiom - axiomproperty - propertypublic OWLObjectProperty getExpression()
getExpression in class OWLProfileViolationpublic void accept(OWLProfileViolationVisitor visitor)
OWLProfileViolationaccept in class OWLProfileViolationvisitor - visitorpublic <O> Optional<O> accept(OWLProfileViolationVisitorEx<O> visitor)
accept in class OWLProfileViolationO - visitor return typevisitor - visitorCopyright © 2020 The University of Manchester. All rights reserved.