Class ArrivalTimeUpdatingVariableListener

    • Constructor Detail

      • ArrivalTimeUpdatingVariableListener

        public ArrivalTimeUpdatingVariableListener()
    • Method Detail

      • beforeEntityAdded

        public void beforeEntityAdded​(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector,
                                      Customer customer)
        Specified by:
        beforeEntityAdded in interface org.optaplanner.core.api.domain.variable.VariableListener<VehicleRoutingSolution,​Customer>
      • afterEntityAdded

        public void afterEntityAdded​(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector,
                                     Customer customer)
        Specified by:
        afterEntityAdded in interface org.optaplanner.core.api.domain.variable.VariableListener<VehicleRoutingSolution,​Customer>
      • beforeVariableChanged

        public void beforeVariableChanged​(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector,
                                          Customer customer)
        Specified by:
        beforeVariableChanged in interface org.optaplanner.core.api.domain.variable.VariableListener<VehicleRoutingSolution,​Customer>
      • afterVariableChanged

        public void afterVariableChanged​(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector,
                                         Customer customer)
        Specified by:
        afterVariableChanged in interface org.optaplanner.core.api.domain.variable.VariableListener<VehicleRoutingSolution,​Customer>
      • beforeEntityRemoved

        public void beforeEntityRemoved​(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector,
                                        Customer customer)
        Specified by:
        beforeEntityRemoved in interface org.optaplanner.core.api.domain.variable.VariableListener<VehicleRoutingSolution,​Customer>
      • afterEntityRemoved

        public void afterEntityRemoved​(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector,
                                       Customer customer)
        Specified by:
        afterEntityRemoved in interface org.optaplanner.core.api.domain.variable.VariableListener<VehicleRoutingSolution,​Customer>