public class OWL2ProfileReport extends OWLProfileReport
| Constructor and Description |
|---|
OWL2ProfileReport(OWLProfile profile,
java.util.Set<OWLProfileViolation<?>> disallowedConstructs,
java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> nonSimpleRoles,
java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> simpleRoles) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getNonSimpleRoles() |
java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
getSimpleRoles() |
java.lang.String |
toString() |
getProfile, getViolations, isInProfilepublic OWL2ProfileReport(OWLProfile profile, java.util.Set<OWLProfileViolation<?>> disallowedConstructs, java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> nonSimpleRoles, java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> simpleRoles)
profile - the profiledisallowedConstructs - the constructs not allowednonSimpleRoles - the collection of non simple rolessimpleRoles - the collection of simple rolespublic java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getNonSimpleRoles()
public java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> getSimpleRoles()
public java.lang.String toString()
toString in class OWLProfileReportCopyright © 2014 The University of Manchester. All Rights Reserved.