Class SelectedPlanFilter

    • Constructor Detail

      • SelectedPlanFilter

        public SelectedPlanFilter​(org.matsim.core.population.algorithms.PlanAlgorithm nextAlgo)
    • Method Detail

      • judge

        public boolean judge​(org.matsim.api.core.v01.population.Person person)
        Description copied from interface: PersonFilter
        judges whether the Person will be selected or not
        Specified by:
        judge in interface PersonFilter
        Specified by:
        judge in class AbstractPersonFilter
        Parameters:
        person - person being judged
        Returns:
        true if the Person meets the criterion of the filter
      • run

        public void run​(org.matsim.api.core.v01.population.Person person)
        Description copied from interface: PersonFilter
        sends the person to the next PersonAlgorithm, which could be another filter.
        Specified by:
        run in interface org.matsim.core.population.algorithms.PersonAlgorithm
        Specified by:
        run in interface PersonFilter
        Overrides:
        run in class AbstractPersonFilter
        Parameters:
        person - person to be handled