Package org.semanticweb.owlapi.profiles
Class OWL2QLProfile
java.lang.Object
org.semanticweb.owlapi.profiles.OWL2QLProfile
- All Implemented Interfaces:
HasIRI
,OWLProfile
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckOntology
(OWLOntology ontology) Checks an ontology and its import closure to see if it is within this profile.getIRI()
Gets the IRI of this object.getName()
Gets the name of the profile.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.profiles.OWLProfile
checkOntologyClosureInProfiles
-
Constructor Details
-
OWL2QLProfile
public OWL2QLProfile()
-
-
Method Details
-
checkOntology
Description copied from interface:OWLProfile
Checks an ontology and its import closure to see if it is within this profile.- Specified by:
checkOntology
in interfaceOWLProfile
- Parameters:
ontology
- The ontology to be checked.- Returns:
- An
OWLProfileReport
that describes whether or not the ontology is within this profile.
-
getIRI
Description copied from interface:HasIRI
Gets the IRI of this object. -
getName
Description copied from interface:OWLProfile
Gets the name of the profile.- Specified by:
getName
in interfaceOWLProfile
- Returns:
- A string that represents the name of the profile
-