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

org.squirrelframework.foundation.fsm.TransitionPriority Maven / Gradle / Ivy

package org.squirrelframework.foundation.fsm;

public interface TransitionPriority {

    public static final int NORMAL = 1;
    
    public static final int MIDDLE = 100;
    
    public static final int HIGH = 1000;
    
    public static final int HIGHEST = 10000;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy