# File Automatenalt.rb, line 113 def folgeZustand(zustand,symbol) return @folge if ((zustand==@zustand) and (@symbol == symbol)) return nil end