555657585960616263646566
} if (path_ != null) { itinerary_.removeAll(); for( ; path_.hasNext() ; ) { Edge e = path_.nextEdge(); FlightSpecs fs = (FlightSpecs)e.element(); itinerary_.add(fs.label()); } path_.reset(); } else {