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() |
List<OWLProfileViolation> |
getViolations(OWLAxiom ax) |
List<OWLProfileViolation> |
getViolations(OWLEntity e) |
List<OWLProfileViolation> |
getViolations(OWLOntology o) |
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()
public List<OWLProfileViolation> getViolations(OWLOntology o)
o - ontology of interestpublic List<OWLProfileViolation> getViolations(OWLEntity e)
e - entity of interestpublic List<OWLProfileViolation> getViolations(OWLAxiom ax)
ax - axiom of interestCopyright © 2020 The University of Manchester. All rights reserved.