Uses of Interface
org.semanticweb.owl.profiles.OWLProfile

Packages that use OWLProfile
org.semanticweb.owl.profiles   
 

Uses of OWLProfile in org.semanticweb.owl.profiles
 

Classes in org.semanticweb.owl.profiles that implement OWLProfile
 class ELPlusPlusProfile
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008

 class OWL2Profile
          Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 21-Jun-2008

 class OWLDLProfile
          Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 21-Jun-2008

Checks that an ontology can be saved as an OWL 1 document.

 

Methods in org.semanticweb.owl.profiles that return OWLProfile
 OWLProfile OWLProfileReport.getProfile()
           
 

Constructors in org.semanticweb.owl.profiles with parameters of type OWLProfile
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)