Class NFA
java.lang.Object
qilin.pta.toolkits.mahjong.automata.NFA
- Author:
- Tian Tan, Yue Li
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method on-the-fly computes set of states.boolean
isDeadState
(AllocNode obj) nextStates
(AllocNode obj, SparkField f) outEdgesOf
(AllocNode obj)
-
Constructor Details
-
NFA
-
-
Method Details
-
getStates
This method on-the-fly computes set of states.- Returns:
- Set of states. Does not contains dead state.
-
getStartState
-
getDeadState
-
nextStates
-
isDeadState
-
outEdgesOf
-
outputOf
-