| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owlapi.profiles.OWL2RLProfile
public class OWL2RLProfile
Author: Matthew Horridge
 The University of Manchester
 Information Management Group
 Date: 03-Aug-2009
| Constructor Summary | |
|---|---|
OWL2RLProfile()
 | 
|
| Method Summary | |
|---|---|
 OWLProfileReport | 
checkOntology(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(OWLClassExpression ce)
 | 
 boolean | 
isOWL2RLSuperClassExpression(OWLClassExpression ce)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OWL2RLProfile()
| Method Detail | 
|---|
public java.lang.String getName()
getName in interface OWLProfilepublic OWLProfileReport checkOntology(OWLOntology ontology)
checkOntology in interface OWLProfileontology - The ontology to be checked.
OWLProfileReport that describes whether or not the
         ontology is within this profile.public boolean isOWL2RLSuperClassExpression(OWLClassExpression ce)
public boolean isOWL2RLEquivalentClassExpression(OWLClassExpression ce)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||