FSM
Functions
Link copied to clipboard
fun checkedChangeStateProperty(state: State, name: Int? = null, isStart: Boolean? = null, isAcceptingState: Boolean? = null)
Same as changeStateProperty but throws an IllegalStateException if the property could not be changed.
Link copied to clipboard
Link copied to clipboard
Generates the string representing this FSM in DOT format. This allows a simple visualization of the resulting automaton.