@FunctionalInterface 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)
cls - The class to be checked.true if the class is a direct syntactic root class of owl:Thing, otherwise
false.Copyright © 2021 The University of Manchester. All rights reserved.