org.semanticweb.owlapi.profiles
Class UseOfReservedVocabularyForIndividualIRI

java.lang.Object
  extended by org.semanticweb.owlapi.profiles.OWLProfileViolation
      extended by org.semanticweb.owlapi.profiles.UseOfReservedVocabularyForIndividualIRI
All Implemented Interfaces:
OWL2DLProfileViolation

public class UseOfReservedVocabularyForIndividualIRI
extends OWLProfileViolation
implements OWL2DLProfileViolation

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


Constructor Summary
UseOfReservedVocabularyForIndividualIRI(OWLOntology ontology, OWLAxiom axiom, OWLNamedIndividual ind)
           
 
Method Summary
 void accept(OWL2DLProfileViolationVisitor visitor)
           
 OWLNamedIndividual getOWLNamedIndividual()
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

UseOfReservedVocabularyForIndividualIRI

public UseOfReservedVocabularyForIndividualIRI(OWLOntology ontology,
                                               OWLAxiom axiom,
                                               OWLNamedIndividual ind)
Method Detail

getOWLNamedIndividual

public OWLNamedIndividual getOWLNamedIndividual()

accept

public void accept(OWL2DLProfileViolationVisitor visitor)
Specified by:
accept in interface OWL2DLProfileViolation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object