org.semanticweb.owl.profiles
Class OWL2Profile.AnnotationValueNotAllowed

java.lang.Object
  extended by org.semanticweb.owl.profiles.ConstructNotAllowed<OWLAnnotation>
      extended by org.semanticweb.owl.profiles.OWL2Profile.AnnotationValueNotAllowed
Enclosing class:
OWL2Profile

public class OWL2Profile.AnnotationValueNotAllowed
extends ConstructNotAllowed<OWLAnnotation>


Constructor Summary
OWL2Profile.AnnotationValueNotAllowed(ConstructNotAllowed cause, OWLAnnotation construct)
           
OWL2Profile.AnnotationValueNotAllowed(OWLAnnotation annotation)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owl.profiles.ConstructNotAllowed
getCause, getConstruct, getReason, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWL2Profile.AnnotationValueNotAllowed

public OWL2Profile.AnnotationValueNotAllowed(OWLAnnotation annotation)

OWL2Profile.AnnotationValueNotAllowed

public OWL2Profile.AnnotationValueNotAllowed(ConstructNotAllowed cause,
                                             OWLAnnotation construct)