org.semanticweb.owlapi.profiles
Class UseOfDataOneOfWithMultipleLiterals

java.lang.Object
  extended by org.semanticweb.owlapi.profiles.OWLProfileViolation
      extended by org.semanticweb.owlapi.profiles.UseOfIllegalDataRange
          extended by org.semanticweb.owlapi.profiles.UseOfDataOneOfWithMultipleLiterals
All Implemented Interfaces:
OWL2ELProfileViolation, OWL2QLProfileViolation, OWL2RLProfileViolation

public class UseOfDataOneOfWithMultipleLiterals
extends UseOfIllegalDataRange

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


Constructor Summary
UseOfDataOneOfWithMultipleLiterals(OWLOntology ontology, OWLAxiom axiom, OWLDataOneOf dataOneOf)
           
 
Method Summary
 OWLDataOneOf getDataOneOf()
           
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.owlapi.profiles.UseOfIllegalDataRange
accept, accept, accept, getOWLDataRange
 
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

UseOfDataOneOfWithMultipleLiterals

public UseOfDataOneOfWithMultipleLiterals(OWLOntology ontology,
                                          OWLAxiom axiom,
                                          OWLDataOneOf dataOneOf)
Method Detail

getDataOneOf

public OWLDataOneOf getDataOneOf()

toString

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