RelationshipType enum
Relationship between trigger expressions.
Fields
| equal | First and second argument are the same expression. |
| generalizes | First argument generalizes the second, i.e. applies to a superset of the states the second argument covers. |
| incomparable | Connot tell how the first and second arguments relate. |
| specializes | First argument specializes the second, i.e. applies to a subset of the states the second argument covers. |