# File Automaten.rb, line 138 def ist_start_von(a) ind = getItem.index('.') return ((@item[ind-2,1]) == ">" and (get_LinksSymbol == a)) end