MATSIM
analysis
ScoreStats.java
Go to the documentation of this file.
1
2
/*
3
* *********************************************************************** *
4
* * project: org.matsim.*
5
* * ScoreStats.java
6
* * *
7
* * *********************************************************************** *
8
* * *
9
* * copyright : (C) 2014 by the members listed in the COPYING, *
10
* * LICENSE and WARRANTY file. *
11
* * email : info at matsim dot org *
12
* * *
13
* * *********************************************************************** *
14
* * *
15
* * This program is free software; you can redistribute it and/or modify *
16
* * it under the terms of the GNU General Public License as published by *
17
* * the Free Software Foundation; either version 2 of the License, or *
18
* * (at your option) any later version. *
19
* * See also COPYING, LICENSE and WARRANTY file *
20
* * *
21
* * ***********************************************************************
22
*/
23
24
package
org.matsim.analysis;
25
26
import
java.util.Map;
27
28
import
org
.
matsim
.
analysis
.
ScoreStatsControlerListener
.
ScoreItem
;
29
30
public
interface
ScoreStats
{
31
35
Map<ScoreItem, Map<Integer, Double>>
getScoreHistory
();
36
37
}
org
org.matsim.analysis
Definition:
ActivityWriter.java:1
org.matsim.analysis.ScoreStats.getScoreHistory
Map< ScoreItem, Map< Integer, Double > > getScoreHistory()
org.matsim.analysis.ScoreStats
Definition:
ScoreStats.java:30
org.matsim.analysis.ScoreStatsControlerListener
Definition:
ScoreStatsControlerListener.java:63
org.matsim
org.matsim.analysis.ScoreStatsControlerListener.ScoreItem
Definition:
ScoreStatsControlerListener.java:65
Generated by
1.8.13