org.semanticweb.owlapi.profiles
Interface OWL2QLProfileViolation

All Known Implementing Classes:
UseOfAnonymousIndividual, UseOfDataOneOfWithMultipleLiterals, UseOfIllegalAxiom, UseOfIllegalDataRange, UseOfNonAtomicClassExpression, UseOfNonSubClassExpression, UseOfNonSuperClassExpression

public interface OWL2QLProfileViolation

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 03-Aug-2009


Method Summary
 void accept(OWL2QLProfileViolationVisitor visitor)
           
 

Method Detail

accept

void accept(OWL2QLProfileViolationVisitor visitor)