MATSIM
withinday
replanning
replanners
interfaces
WithinDayInitialReplanner.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: org.matsim.*
3
* WithinDayInitialReplanner.java
4
* *
5
* *********************************************************************** *
6
* *
7
* copyright : (C) 2008 by the members listed in the COPYING, *
8
* LICENSE and WARRANTY file. *
9
* email : info at matsim dot org *
10
* *
11
* *********************************************************************** *
12
* *
13
* This program is free software; you can redistribute it and/or modify *
14
* it under the terms of the GNU General Public License as published by *
15
* the Free Software Foundation; either version 2 of the License, or *
16
* (at your option) any later version. *
17
* See also COPYING, LICENSE and WARRANTY file *
18
* *
19
* *********************************************************************** */
20
21
package
org.matsim.withinday.replanning.replanners.interfaces;
22
23
import
org
.
matsim
.
api
.
core
.
v01
.
Id
;
24
import
org
.
matsim
.
api
.
core
.
v01
.
Scenario
;
25
import
org
.
matsim
.
core
.
mobsim
.
qsim
.
ActivityEndRescheduler
;
26
import
org
.
matsim
.
withinday
.
replanning
.
identifiers
.
interfaces
.
InitialIdentifier
;
27
28
/*
29
* Replans Agents initially after the Simulation has been initialized.
30
*/
31
public
abstract
class
WithinDayInitialReplanner
extends
WithinDayReplanner
<InitialIdentifier> {
32
33
public
WithinDayInitialReplanner
(
Id<WithinDayReplanner>
id
,
Scenario
scenario
,
ActivityEndRescheduler
internalInterface
) {
34
super(
id
, scenario, internalInterface);
35
}
36
37
}
org.matsim.withinday.replanning.identifiers.interfaces.InitialIdentifier
Definition:
InitialIdentifier.java:23
org.matsim.api.core.v01.Id
Definition:
Id.java:44
org.matsim.withinday.replanning.replanners.interfaces.WithinDayReplanner< InitialIdentifier >::internalInterface
final ActivityEndRescheduler internalInterface
Definition:
WithinDayReplanner.java:42
org.matsim.withinday.replanning.identifiers.interfaces
Definition:
AgentFilter.java:21
org
org.matsim.withinday.replanning.replanners.interfaces.WithinDayInitialReplanner.WithinDayInitialReplanner
WithinDayInitialReplanner(Id< WithinDayReplanner > id, Scenario scenario, ActivityEndRescheduler internalInterface)
Definition:
WithinDayInitialReplanner.java:33
org.matsim.core.mobsim
Definition:
DefaultMobsimModule.java:23
org.matsim.api
org.matsim.withinday.replanning.identifiers
Definition:
ActivityEndIdentifier.java:21
org.matsim.withinday.replanning
org.matsim.core
org.matsim.api.core.v01.Scenario
Definition:
Scenario.java:76
org.matsim.withinday
org.matsim.api.core
org.matsim.core.mobsim.qsim.ActivityEndRescheduler
Definition:
ActivityEndRescheduler.java:27
org.matsim.withinday.replanning.replanners.interfaces.WithinDayInitialReplanner
Definition:
WithinDayInitialReplanner.java:31
org.matsim
org.matsim.withinday.replanning.replanners.interfaces.WithinDayReplanner< InitialIdentifier >::scenario
final Scenario scenario
Definition:
WithinDayReplanner.java:41
org.matsim.withinday.replanning.replanners.interfaces.WithinDayReplanner
Definition:
WithinDayReplanner.java:38
org.matsim.core.mobsim.qsim
Definition:
AbstractQSimModule.java:22
org.matsim.api.core.v01
Definition:
BasicLocation.java:20
Generated by
1.8.13