Skip to content

subsumes

Category: Terminology

Returns true if the first code subsumes (is more general than) the second code

  • Return type: boolean
  • Parameters:
    • codeA coding — The potentially subsuming code
    • codeB coding — The potentially subsumed code
subsumes(ParentCode.coding, ChildCode.coding)
Condition.code.coding.subsumes(MoreSpecificCondition.code.coding)