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

org.squirrelframework.foundation.fsm.builder.MultiFrom Maven / Gradle / Ivy

package org.squirrelframework.foundation.fsm.builder;

import org.squirrelframework.foundation.fsm.StateMachine;

/**
 * Created by kailianghe on 7/12/14.
 */
public interface MultiFrom, S, E, C> {

    /**
     * Build transition target states and return to clause builder
     * @param stateIds id of states
     * @return To clause builder
     */
    MultiTo toAmong(S... stateIds);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy