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