| Package | Description |
|---|---|
| org.semanticweb.owlapi.profiles |
Profile classes.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLProfileViolation> |
OWLProfileReport.getViolations() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<T> |
OWLProfileViolationVisitorEx.doDefault(OWLProfileViolation object)
Gets the default return value for this visitor.
|
default void |
OWLProfileViolationVisitor.doDefault(OWLProfileViolation object)
Default action for the visitor.
|
default void |
OWLProfileViolationVisitor.getDefaultReturnValue(OWLProfileViolation object)
Deprecated.
|
| Constructor and Description |
|---|
OWL2ProfileReport(OWLProfile profile,
Set<OWLProfileViolation> disallowedConstructs,
Set<OWLObjectPropertyExpression> nonSimpleRoles,
Set<OWLObjectPropertyExpression> simpleRoles) |
OWLProfileReport(OWLProfile profile,
Collection<OWLProfileViolation> violations) |
Copyright © 2018 The University of Manchester. All rights reserved.