public interface RootClassChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRootClass(OWLClass cls)
Determines if the specified class is a direct syntactic subclass of
owl:Thing
|
boolean isRootClass(OWLClass cls) throws OWLException
cls - The class to be checked.true if the class is a direct syntactic root class
of owl:Thing, otherwise false.OWLExceptionCopyright © 2013 The University of Manchester. All Rights Reserved.