public class UseOfUndeclaredClass extends OWLProfileViolation<org.semanticweb.owlapi.model.OWLClass> implements UndeclaredEntityViolation
axiom, df, expression, ontology| Constructor and Description |
|---|
UseOfUndeclaredClass(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLAxiom axiom,
org.semanticweb.owlapi.model.OWLClass cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLProfileViolationVisitor visitor)
visitor accept method
|
<O> O |
accept(OWLProfileViolationVisitorEx<O> visitor) |
org.semanticweb.owlapi.model.OWLEntity |
getEntity() |
java.util.List<org.semanticweb.owlapi.model.OWLOntologyChange> |
repair() |
java.lang.String |
toString() |
addDeclaration, getAxiom, getExpression, getOntology, getOntologyID, list, toString, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOntologypublic UseOfUndeclaredClass(org.semanticweb.owlapi.model.OWLOntology ontology,
org.semanticweb.owlapi.model.OWLAxiom axiom,
org.semanticweb.owlapi.model.OWLClass cls)
ontology - ontologyaxiom - axiomcls - clspublic org.semanticweb.owlapi.model.OWLEntity getEntity()
getEntity in interface UndeclaredEntityViolationpublic void accept(OWLProfileViolationVisitor visitor)
OWLProfileViolationaccept in class OWLProfileViolation<org.semanticweb.owlapi.model.OWLClass>visitor - visitorpublic <O> O accept(OWLProfileViolationVisitorEx<O> visitor)
accept in class OWLProfileViolation<org.semanticweb.owlapi.model.OWLClass>visitor - visitorpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<org.semanticweb.owlapi.model.OWLOntologyChange> repair()
repair in class OWLProfileViolation<org.semanticweb.owlapi.model.OWLClass>Copyright © 2014 The University of Manchester. All Rights Reserved.