Changes by danie
This commit is contained in:
parent
ed67d103c7
commit
b2f6932eae
1 changed files with 1 additions and 3 deletions
|
|
@ -5,9 +5,7 @@ import ab1.NFA;
|
||||||
import ab1.Transition;
|
import ab1.Transition;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
|
|
||||||
import java.util.Collection;
|
import java.util.*;
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Set;
|
|
||||||
|
|
||||||
public class NFAImpl implements NFA {
|
public class NFAImpl implements NFA {
|
||||||
private Set<String> states;
|
private Set<String> states;
|
||||||
|
|
|
||||||
Reference in a new issue