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.OWLException - exceptionCopyright © 2014 The University of Manchester. All Rights Reserved.