Uses of Class
org.semanticweb.owl.profiles.ConstructNotAllowed

Packages that use ConstructNotAllowed
org.semanticweb.owl.profiles   
 

Uses of ConstructNotAllowed in org.semanticweb.owl.profiles
 

Subclasses of ConstructNotAllowed in org.semanticweb.owl.profiles
 class AxiomNotAllowed<A extends OWLAxiom>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008

 class AxiomsNotAllowed
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008

 class DataRangeNotAllowed
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008

 class DescriptionNotAllowed
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008

 class OWL2Profile.AnnotationValueNotAllowed
           
 class OWL2Profile.DataPropertyURIUsedAsObjectPropertyURI
           
 class OWL2Profile.NonSimplePropertyInAntiSymmetricPropertyAxiom
           
 class OWL2Profile.NonSimplePropertyInCardinalityRestriction
           
 class OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom
           
 class OWL2Profile.NonSimplePropertyInExistsSelfRestriction
           
 class OWL2Profile.NonSimplePropertyInFunctionalPropertyAxiom
           
 class OWL2Profile.NonSimplePropertyInInverseFunctionalPropertyAxiom
           
 class OWL2Profile.NonSimplePropertyInIrreflexivePropertyAxiom
           
 class OWL2Profile.OWL2DataRangeNotAllowed
           
 

Methods in org.semanticweb.owl.profiles that return types with arguments of type ConstructNotAllowed
 java.util.Set<ConstructNotAllowed> ConstructNotAllowed.getCause()
          Gets the chained cause.
 java.util.Set<ConstructNotAllowed> OWLProfileReport.getDisallowedConstructs()
           
 

Constructors in org.semanticweb.owl.profiles with parameters of type ConstructNotAllowed
AxiomNotAllowed(ConstructNotAllowed cause, A construct)
           
AxiomsNotAllowed(ConstructNotAllowed cause, java.util.Set<OWLAxiom> construct)
           
DataRangeNotAllowed(ConstructNotAllowed cause, OWLDataRange construct)
           
DescriptionNotAllowed(ConstructNotAllowed cause, OWLDescription construct)
           
OWL2Profile.AnnotationValueNotAllowed(ConstructNotAllowed cause, OWLAnnotation construct)
           
OWL2Profile.NonSimplePropertyInExistsSelfRestriction(ConstructNotAllowed cause, OWLDescription construct)
           
OWL2Profile.OWL2DataRangeNotAllowed(ConstructNotAllowed cause, OWLDataRange construct)
           
 

Constructor parameters in org.semanticweb.owl.profiles with type arguments of type ConstructNotAllowed
AxiomNotAllowed(java.util.Set<ConstructNotAllowed> cause, A axiom)
           
DataRangeNotAllowed(java.util.Set<ConstructNotAllowed> cause, OWLDataRange construct)
           
DescriptionNotAllowed(java.util.Set<ConstructNotAllowed> cause, OWLDescription construct)
           
OWL2Profile.NonSimplePropertyInExistsSelfRestriction(java.util.Set<ConstructNotAllowed> cause, OWLDescription construct)
           
OWL2ProfileReport(OWLProfile profile, java.net.URI ontologyURI, java.util.Set<ConstructNotAllowed> disallowedConstructs, java.util.Set<OWLObjectPropertyExpression> nonSimpleRoles, java.util.Set<OWLObjectPropertyExpression> simpleRoles)
           
OWLProfileReport(OWLProfile profile, java.net.URI ontologyURI, java.util.Set<ConstructNotAllowed> disallowedConstructs)