MATSIM
core
api
internal
MatsimToplevelContainer.java
Go to the documentation of this file.
1
/* *********************************************************************** *
2
* project: org.matsim.*
3
* *********************************************************************** *
4
* *
5
* copyright : (C) 2007 by the members listed in the COPYING, *
6
* LICENSE and WARRANTY file. *
7
* email : info at matsim dot org *
8
* *
9
* *********************************************************************** *
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* See also COPYING, LICENSE and WARRANTY file *
16
* *
17
* *********************************************************************** */
18
19
package
org.matsim.core.api.internal;
20
21
import
org
.
matsim
.
api
.
core
.
v01
.
Scenario
;
22
import
org
.
matsim
.
core
.
network
.
TimeDependentNetwork
;
23
import
org
.
matsim
.
core
.
population
.
routes
.
RouteFactory
;
24
70
public
interface
MatsimToplevelContainer
{
71
72
MatsimFactory
getFactory
() ;
73
74
}
org.matsim.core.population.routes
Definition:
AbstractNetworkRoute.java:1
org.matsim.core.network.TimeDependentNetwork
Definition:
TimeDependentNetwork.java:28
org
org.matsim.core.api.internal.MatsimFactory
Definition:
MatsimFactory.java:34
org.matsim.core.population
Definition:
ActivityImpl.java:21
org.matsim.api
org.matsim.core
org.matsim.api.core.v01.Scenario
Definition:
Scenario.java:76
org.matsim.core.network
org.matsim.api.core
org.matsim.core.api.internal.MatsimToplevelContainer.getFactory
MatsimFactory getFactory()
org.matsim.core.api.internal.MatsimToplevelContainer
Definition:
MatsimToplevelContainer.java:70
org.matsim
org.matsim.core.population.routes.RouteFactory
Definition:
RouteFactory.java:35
org.matsim.api.core.v01
Definition:
BasicLocation.java:20
Generated by
1.8.13