Class RouteLinkFilter

    • Constructor Detail

      • RouteLinkFilter

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

      • addLink

        public void addLink​(org.matsim.api.core.v01.Id<org.matsim.api.core.v01.network.Link> linkId)
      • judge

        public boolean judge​(org.matsim.api.core.v01.population.Plan plan)
        Description copied from interface: PlanFilter
        Judges whether the plan will be selected or not.
        Specified by:
        judge in interface PlanFilter
        Specified by:
        judge in class AbstractPlanFilter
        Returns:
        true if the plan meets the criterion of the filter.