| Package | Description |
|---|---|
| org.semanticweb.owlapi.profiles |
| Modifier and Type | Class and Description |
|---|---|
class |
OWL2DLProfile |
class |
OWL2ELProfile |
class |
OWL2Profile
Checks to see if an ontology and its imports closure fall into the OWL 2 FULL
profile.
|
class |
OWL2QLProfile |
class |
OWL2RLProfile |
class |
Profiles
This enumeration includes all currently implemented profile checkers and
known information about available reasoners for those profiles.
|
| Modifier and Type | Method and Description |
|---|---|
abstract OWLProfile |
Profiles.getOWLProfile()
factory method for OWLProfile checkers
|
OWLProfile |
OWLProfileReport.getProfile() |
| Constructor and Description |
|---|
OWL2ProfileReport(OWLProfile profile,
Set<OWLProfileViolation> disallowedConstructs,
Set<OWLObjectPropertyExpression> nonSimpleRoles,
Set<OWLObjectPropertyExpression> simpleRoles) |
OWLProfileReport(OWLProfile profile,
Set<OWLProfileViolation> violations) |
Copyright © 2016 The University of Manchester. All Rights Reserved.