org.semanticweb.owl.profiles
Class OWLProfileReport

java.lang.Object
  extended by 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


Constructor Summary
OWLProfileReport(OWLProfile profile, java.net.URI ontologyURI, java.util.Set<ConstructNotAllowed> disallowedConstructs)
           
 
Method Summary
 java.util.Set<ConstructNotAllowed> getDisallowedConstructs()
           
 java.net.URI getOntologyURI()
           
 OWLProfile getProfile()
           
 boolean isInProfile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLProfileReport

public OWLProfileReport(OWLProfile profile,
                        java.net.URI ontologyURI,
                        java.util.Set<ConstructNotAllowed> disallowedConstructs)
Method Detail

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