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

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

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

/**
 * From
 *
 * @author Frank Zhang
 * @date 2020-02-07 6:13 PM
 */
public interface From {
    /**
     * Build transition target state and return to clause builder
     * @param stateId id of state
     * @return To clause builder
     */
    To to(S stateId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy