org.semanticweb.owl.profiles
Class DescriptionNotAllowed
java.lang.Object
org.semanticweb.owl.profiles.ConstructNotAllowed<OWLDescription>
org.semanticweb.owl.profiles.DescriptionNotAllowed
- Direct Known Subclasses:
- OWL2Profile.NonSimplePropertyInCardinalityRestriction, OWL2Profile.NonSimplePropertyInExistsSelfRestriction
public class DescriptionNotAllowed
- extends ConstructNotAllowed<OWLDescription>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DescriptionNotAllowed
public DescriptionNotAllowed(OWLDescription construct)
DescriptionNotAllowed
public DescriptionNotAllowed(ConstructNotAllowed cause,
OWLDescription construct)
DescriptionNotAllowed
public DescriptionNotAllowed(java.util.Set<ConstructNotAllowed> cause,
OWLDescription construct)
toString
public java.lang.String toString()
- Overrides:
toString
in class ConstructNotAllowed<OWLDescription>