org.semanticweb.owl.profiles
Class AxiomsNotAllowed
java.lang.Object
  
org.semanticweb.owl.profiles.ConstructNotAllowed<java.util.Set<OWLAxiom>>
      
org.semanticweb.owl.profiles.AxiomsNotAllowed
public class AxiomsNotAllowed
- extends ConstructNotAllowed<java.util.Set<OWLAxiom>>
 
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 | 
 
AxiomsNotAllowed
public AxiomsNotAllowed(java.util.Set<OWLAxiom> construct)
AxiomsNotAllowed
public AxiomsNotAllowed(ConstructNotAllowed cause,
                        java.util.Set<OWLAxiom> construct)
toString
public java.lang.String toString()
- Overrides:
 toString in class ConstructNotAllowed<java.util.Set<OWLAxiom>>