Jaa


RelationshipType Enum

Definition

Relationship between trigger expressions.

public enum RelationshipType
type RelationshipType = 
Public Enum RelationshipType
Inheritance
RelationshipType

Fields

Name Value Description
Specializes 0

First argument specializes the second, i.e. applies to a subset of the states the second argument covers.

Equal 1

First and second argument are the same expression.

Generalizes 2

First argument generalizes the second, i.e. applies to a superset of the states the second argument covers.

Incomparable 3

Cannot tell how the first and second arguments relate.

Applies to