| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.strategical.od | 
 O/D matrices as part of strategical planning for GTUs. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Categorization | 
Categorization.UNCATEGORIZED
Empty categorization. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Categorization | 
ODMatrix.getCategorization()  | 
Categorization | 
Category.getCategorization()  | 
| Constructor and Description | 
|---|
Category(Categorization categorization,
        Object object1,
        Object... objects)  | 
ODMatrix(String id,
        List<org.opentrafficsim.core.network.Node> origins,
        List<org.opentrafficsim.core.network.Node> destinations,
        Categorization categorization,
        org.djunits.value.vdouble.vector.TimeVector globalTimeVector,
        Interpolation globalInterpolation)
Constructs an OD matrix. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.