A primitive equivalence policy specifies how the system should compare two instances of the same concept.
See structure equivalence for information about comparing Structures.
You can learn more about equivalence in the Merging and Equivalence Developers' Guide.
fuzzy-numeric-equality optional | Constraint that relaxes the equivalence threshold for float values (primitive type decimal) |
fuzzy-string-equality optional | Constraint that relaxes the equivalence threshold for strings (primitive type name) |
inherit-predicates optional | Inherit the equivalent policy from a parent concept |
join optional | Evaluates constraints and determines whether to return false, uncertain, or true, depending on the result |
never-equivalent optional | Never set types equal to each other |
optimistic-join optional | A join that only returns false or true, treating values that would be uncertain as true |
pessimistic-join optional | A join that only returns false or true, treating values that would be uncertain as false |
Copyright 2025 Samsung All rights reserved