Class TourLengthFilter

    • Method Detail

      • filter

        public boolean filter​(org.matsim.api.core.v01.population.Person person,
                              List<DiscreteModeChoiceTrip> tour)
        Description copied from interface: TourFilter
        This function is called before any mode choice attempt for a certain tour is made. It should return whether the tour should be ignored for decision making.
        Specified by:
        filter in interface TourFilter