org.semanticweb.owlapi.profiles
Class UseOfIllegalClassExpression
java.lang.Object
org.semanticweb.owlapi.profiles.OWLProfileViolation
org.semanticweb.owlapi.profiles.UseOfIllegalClassExpression
- All Implemented Interfaces:
- OWL2ELProfileViolation
- Direct Known Subclasses:
- UseOfObjectOneOfWithMultipleIndividuals
public class UseOfIllegalClassExpression
- extends OWLProfileViolation
- implements OWL2ELProfileViolation
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009
Indicates that a class expression in an axiom is not in the profile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UseOfIllegalClassExpression
public UseOfIllegalClassExpression(OWLOntology ontology,
OWLAxiom axiom,
OWLClassExpression classExpression)
accept
public void accept(OWL2ELProfileViolationVisitor visitor)
- Specified by:
accept
in interface OWL2ELProfileViolation
getOWLClassExpression
public OWLClassExpression getOWLClassExpression()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object