public AFD(Automaton afn, LinkedList <string> alphabet, string id) { this.afn = afn; this.alphabet = alphabet; this.id = id; }