renamed methods PassengerAgent.ptLineAvailable() to getEnterTransitRoute() and PassengerAgent.arriveAtStop() to getExitAtStop(). getEnterTransitRoute() now not only offers the TransitLine, but also the TransitRoute to better distinguish if agents want to enter a certain course. This also needed changes in the ExperimentalTransitRoute that now also has to store the TransitRoute.