Added ThompsonConverter: Regex to NDFA
This commit is contained in:
@@ -53,4 +53,14 @@ public class Automata <T extends Comparable> {
|
||||
|
||||
}
|
||||
|
||||
public void clearEindStates()
|
||||
{
|
||||
eindStates.clear();
|
||||
}
|
||||
|
||||
public void clearBeginStates()
|
||||
{
|
||||
beginStates.clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user