MATSIM
TimeInterpretationModule.java
Go to the documentation of this file.
1 package org.matsim.core.utils.timing;
2 
4 
5 import com.google.inject.Provides;
6 import com.google.inject.Singleton;
7 
9  @Override
10  public void install() {
11  }
12 
13  @Provides
14  @Singleton
17  }
18 }
static TimeInterpretation create(Config config)