public class OWLProfileReport extends Object
| Constructor and Description |
|---|
OWLProfileReport(OWLProfile profile,
Collection<OWLProfileViolation> violations) |
| Modifier and Type | Method and Description |
|---|---|
OWLProfile |
getProfile() |
List<OWLProfileViolation> |
getViolations() |
boolean |
isInProfile() |
String |
toString() |
public OWLProfileReport(OWLProfile profile, Collection<OWLProfileViolation> violations)
profile - the profile usedviolations - the set of violationspublic OWLProfile getProfile()
public boolean isInProfile()
public List<OWLProfileViolation> getViolations()
Copyright © 2017 The University of Manchester. All Rights Reserved.