org.semanticweb.owl.profiles
Class OWLProfileReport
java.lang.Object
  
org.semanticweb.owl.profiles.OWLProfileReport
- Direct Known Subclasses: 
 - OWL2ProfileReport
 
public class OWLProfileReport
- extends java.lang.Object
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 16-Apr-2008
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
OWLProfileReport
public OWLProfileReport(OWLProfile profile,
                        java.net.URI ontologyURI,
                        java.util.Set<ConstructNotAllowed> disallowedConstructs)
getProfile
public OWLProfile getProfile()
 
getOntologyURI
public java.net.URI getOntologyURI()
 
isInProfile
public boolean isInProfile()
 
getDisallowedConstructs
public java.util.Set<ConstructNotAllowed> getDisallowedConstructs()
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object