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

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

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

/**
 * StateMachineBuilderFactory
 *
 * @author Frank Zhang
 * @date 2020-02-08 12:33 PM
 */
public class StateMachineBuilderFactory {
    public static  StateMachineBuilder create(){
        return new StateMachineBuilderImpl<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy