DefaultTransition

constructor(name: String?, eventMatcher: EventMatcher<E>, type: TransitionType, metaInfo: MetaInfo?, sourceState: IState, targetState: IState?)
constructor(name: String?, eventMatcher: EventMatcher<E>, type: TransitionType, metaInfo: MetaInfo?, sourceState: IState, targetStateDirectionProducer: TransitionDirectionProducer<E>)
constructor(name: String?, eventMatcher: EventMatcher<E>, type: TransitionType, sourceState: IState, metaInfo: MetaInfo?)