org.semanticweb.owlapi.profiles
Class UseOfObjectPropertyInverse

java.lang.Object
  extended by org.semanticweb.owlapi.profiles.OWLProfileViolation
      extended by org.semanticweb.owlapi.profiles.UseOfObjectPropertyInverse
All Implemented Interfaces:
OWL2ELProfileViolation

public class UseOfObjectPropertyInverse
extends OWLProfileViolation
implements OWL2ELProfileViolation

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


Constructor Summary
UseOfObjectPropertyInverse(OWLOntology ontology, OWLAxiom axiom, OWLObjectPropertyExpression propertyExpression)
           
 
Method Summary
 void accept(OWL2ELProfileViolationVisitor visitor)
           
 OWLObjectPropertyExpression getOWLPropertyExpression()
           
 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

UseOfObjectPropertyInverse

public UseOfObjectPropertyInverse(OWLOntology ontology,
                                  OWLAxiom axiom,
                                  OWLObjectPropertyExpression propertyExpression)
Method Detail

accept

public void accept(OWL2ELProfileViolationVisitor visitor)
Specified by:
accept in interface OWL2ELProfileViolation

getOWLPropertyExpression

public OWLObjectPropertyExpression getOWLPropertyExpression()

toString

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