Constraint that specifies properties to use for testing structure equivalence.
The equivalent-values
constraints below specify that the values of the name
and address
properties should be used for testing whether two instances of Business
are equivalent.
structure (Business) {
...
equivalence: optimistic-join {
convertible-concepts
equivalent-values (name)
equivalent-values (address)
}
}
Copyright 2024 Samsung All rights reserved