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