# File lib/state_machine/path_collection.rb, line 59
    def to_states
      map {|path| path.to_states}.flatten.uniq
    end