Class DFA
java.lang.Object
qilin.pta.toolkits.mahjong.automata.DFA
- Author:
- Tian Tan, Yue Li
refactered by Dongjie He.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DFA
-
-
Method Details
-
getStates
- Returns:
- Set of states. Does not contains dead state.
-
getAllStates
- Returns:
- Set of all states including dead state.
-
getStartState
-
getDeadState
-
outputOf
-