Package org.semanticweb.owlapi.util
Interface RootClassChecker
- All Known Implementing Classes:
SimpleRootClassChecker
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isRootClass
(OWLClass cls) Determines if the specified class is a direct syntactic subclass of owl:Thing.
-
Method Details
-
isRootClass
Determines if the specified class is a direct syntactic subclass of owl:Thing.- Parameters:
cls
- The class to be checked.- Returns:
true
if the class is a direct syntactic root class of owl:Thing, otherwisefalse
.
-