You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a TransitionPolicy class that can be composed of two sub-policies, joined by boolean AND or boolean OR. If two policies are ANDed, they must both agree on any transition. If ORed, either can trigger the transition.
The text was updated successfully, but these errors were encountered:
Implement a TransitionPolicy class that can be composed of two sub-policies, joined by boolean AND or boolean OR. If two policies are ANDed, they must both agree on any transition. If ORed, either can trigger the transition.
The text was updated successfully, but these errors were encountered: