public class OWL2RLProfile extends java.lang.Object implements OWLProfile
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Set<org.semanticweb.owlapi.model.IRI> |
allowedDatatypes |
| Constructor and Description |
|---|
OWL2RLProfile() |
| Modifier and Type | Method and Description |
|---|---|
OWLProfileReport |
checkOntology(org.semanticweb.owlapi.model.OWLOntology ontology)
Checks an ontology and its import closure to see if it is within this
profile.
|
java.lang.String |
getName()
Gets the name of the profile.
|
boolean |
isOWL2RLEquivalentClassExpression(org.semanticweb.owlapi.model.OWLClassExpression ce) |
protected boolean |
isOWL2RLSubClassExpression(org.semanticweb.owlapi.model.OWLClassExpression ce) |
boolean |
isOWL2RLSuperClassExpression(org.semanticweb.owlapi.model.OWLClassExpression ce) |
protected static final java.util.Set<org.semanticweb.owlapi.model.IRI> allowedDatatypes
public java.lang.String getName()
getName in interface OWLProfilepublic OWLProfileReport checkOntology(org.semanticweb.owlapi.model.OWLOntology ontology)
checkOntology in interface OWLProfileontology - The ontology to be checked.OWLProfileReport that describes whether or not
the ontology is within this profile.protected boolean isOWL2RLSubClassExpression(org.semanticweb.owlapi.model.OWLClassExpression ce)
public boolean isOWL2RLSuperClassExpression(org.semanticweb.owlapi.model.OWLClassExpression ce)
ce - cepublic boolean isOWL2RLEquivalentClassExpression(org.semanticweb.owlapi.model.OWLClassExpression ce)
ce - ceCopyright © 2014 The University of Manchester. All Rights Reserved.