public class OWL2Profile extends java.lang.Object implements OWLProfile
| Constructor and Description |
|---|
OWL2Profile() |
| 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.
|
public java.lang.String getName()
OWLProfilegetName 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.Copyright © 2014 The University of Manchester. All Rights Reserved.