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

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

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

/**
 * InternalTransitionBuilder
 *
 * @author Frank Zhang
 * @date 2020-02-07 9:39 PM
 */
public interface InternalTransitionBuilder  {
    /**
     * Build a internal transition
     * @param stateId id of transition
     * @return To clause builder
     */
    To within(S stateId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy