Class EventTransitions<S,E,C>
- java.lang.Object
-
- com.alibaba.cola.statemachine.impl.EventTransitions<S,E,C>
-
public class EventTransitions<S,E,C> extends Object
EventTransitions 同一个Event可以触发多个Transitions,https://github.com/alibaba/COLA/pull/158- Author:
- Frank Zhang
-
-
Constructor Summary
Constructors Constructor Description EventTransitions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Transition<S,E,C>>allTransitions()List<Transition<S,E,C>>get(E event)voidput(E event, Transition<S,E,C> transition)
-