Uses of Class
org.goplanit.utils.od.OdPrimitiveMatrix
-
Packages that use OdPrimitiveMatrix Package Description org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classesorg.goplanit.od.skim This package holds the origin-destination Skim Matrix objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdPrimitiveMatrix in org.goplanit.od.demand
Subclasses of OdPrimitiveMatrix in org.goplanit.od.demand Modifier and Type Class Description class
OdDemandMatrix
This class handles the OD demand matrix. -
Uses of OdPrimitiveMatrix in org.goplanit.od.skim
Subclasses of OdPrimitiveMatrix in org.goplanit.od.skim Modifier and Type Class Description class
OdSkimMatrix
This class stores an OD Skim matrix. -
Uses of OdPrimitiveMatrix in org.goplanit.utils.od
Methods in org.goplanit.utils.od that return OdPrimitiveMatrix Modifier and Type Method Description abstract OdPrimitiveMatrix<T>
OdPrimitiveMatrix. clone()
Create a shallow copy of this entityConstructors in org.goplanit.utils.od with parameters of type OdPrimitiveMatrix Constructor Description OdPrimitiveMatrix(OdPrimitiveMatrix<T> other)
Copy Constructor
-