isSubConceptOf

open override fun isSubConceptOf(superConcept: IConcept?): Boolean

Checks if this concept is a sub-concept of the given concept.

Return

true if the given concept is a super-concept of this concept, false otherwise

Parameters

superConcept

the potential super-concept