MATSIM
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 
29 
30 public interface ScoreStats {
31 
35  Map<ScoreItem, Map<Integer, Double>> getScoreHistory();
36 
37 }
Map< ScoreItem, Map< Integer, Double > > getScoreHistory()