Package org.planit.od.odmatrix.demand
Class ODDemandMatrix
- java.lang.Object
-
- org.planit.od.ODDataImpl<Double>
-
- org.planit.od.odmatrix.ODMatrix
-
- org.planit.od.odmatrix.demand.ODDemandMatrix
-
-
Field Summary
-
Fields inherited from class org.planit.od.odmatrix.ODMatrix
matrixContents
-
Fields inherited from class org.planit.od.ODDataImpl
zones
-
-
Constructor Summary
Constructors Constructor Description ODDemandMatrix(Zoning.Zones zones)
Constructor
-
Method Summary
-
Methods inherited from class org.planit.od.ODDataImpl
getNumberOfTravelAnalysisZones
-
-
-
-
Constructor Detail
-
ODDemandMatrix
public ODDemandMatrix(Zoning.Zones zones)
Constructor- Parameters:
zones
- holds the zones defined in the network
-
-