org.semanticweb.owlapi.profiles
Class UseOfNonAbsoluteIRI

java.lang.Object
  extended by org.semanticweb.owlapi.profiles.OWLProfileViolation
      extended by org.semanticweb.owlapi.profiles.UseOfNonAbsoluteIRI
All Implemented Interfaces:
OWL2ProfileViolation

public class UseOfNonAbsoluteIRI
extends OWLProfileViolation
implements OWL2ProfileViolation

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


Constructor Summary
UseOfNonAbsoluteIRI(OWLOntology ontology, OWLAxiom axiom)
           
 
Method Summary
 void accept(OWL2ProfileViolationVisitor visitor)
           
 
Methods inherited from class org.semanticweb.owlapi.profiles.OWLProfileViolation
getAxiom, getDocumentIRI, getImportsClosure, getOntologyID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseOfNonAbsoluteIRI

public UseOfNonAbsoluteIRI(OWLOntology ontology,
                           OWLAxiom axiom)
Method Detail

accept

public void accept(OWL2ProfileViolationVisitor visitor)
Specified by:
accept in interface OWL2ProfileViolation