org.unlaxer.base.State Maven / Gradle / Ivy
package org.unlaxer.base;
import java.util.Set;
public interface State {
Set transitions();
boolean canTransition(S toState);
String explain();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy