subsumes
subsumes()
Section titled “subsumes()”Category: Terminology
Returns true if the first code subsumes (is more general than) the second code
Signature
Section titled “Signature”- Return type:
boolean - Parameters:
codeAcoding— The potentially subsuming codecodeBcoding— The potentially subsumed code
Examples
Section titled “Examples”subsumes(ParentCode.coding, ChildCode.coding)Condition.code.coding.subsumes(MoreSpecificCondition.code.coding)