org.semanticweb.owl.profiles
Class OWL2ProfileReport
java.lang.Object
  
org.semanticweb.owl.profiles.OWLProfileReport
      
org.semanticweb.owl.profiles.OWL2ProfileReport
public class OWL2ProfileReport
- extends OWLProfileReport
 
Author: Matthew Horridge
 The University Of Manchester
 Information Management Group
 Date:
 30-Jul-2008
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
OWL2ProfileReport
public OWL2ProfileReport(OWLProfile profile,
                         java.net.URI ontologyURI,
                         java.util.Set<ConstructNotAllowed> disallowedConstructs,
                         java.util.Set<OWLObjectPropertyExpression> nonSimpleRoles,
                         java.util.Set<OWLObjectPropertyExpression> simpleRoles)
getNonSimpleRoles
public java.util.Set<OWLObjectPropertyExpression> getNonSimpleRoles()
 
getSimpleRoles
public java.util.Set<OWLObjectPropertyExpression> getSimpleRoles()
 
toString
public java.lang.String toString()
- Overrides:
 toString in class OWLProfileReport