isSubConceptOf

fun IConcept?.isSubConceptOf(superConcept: IConcept?): Boolean

See also


fun IConcept.isSubConceptOf(superConceptReference: IConceptReference): Boolean

Checks if this is a sub-concept of the IConcept that is identified by the superConceptReference's UID.

Return

true if this concept (or any of its ancestors) has the same UID as the superConceptReference

Parameters

superConceptReference

a reference to the potential super-concept