All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cmt.statemachine.builder.ExternalTransitionBuilder Maven / Gradle / Ivy

The newest version!
package com.cmt.statemachine.builder;

/**
 * ExternalTransitionBuilder
 *
 * @author Frank Zhang
 * @date 2020-02-07 6:11 PM
 */
public interface ExternalTransitionBuilder {
    /**
     * Build transition source state.
     * @param stateId id of state
     * @return from clause builder
     */
    From from(S stateId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy