Uses of Class
org.goplanit.utils.od.OdNonPrimitiveMatrix
-
Packages that use OdNonPrimitiveMatrix Package Description org.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdNonPrimitiveMatrix in org.goplanit.od.path
Subclasses of OdNonPrimitiveMatrix in org.goplanit.od.path Modifier and Type Class Description class
OdPathMatrix
This class stores the path objects from each origin to each destination in a full matrix form -
Uses of OdNonPrimitiveMatrix in org.goplanit.utils.od
Constructors in org.goplanit.utils.od with parameters of type OdNonPrimitiveMatrix Constructor Description OdNonPrimitiveMatrix(OdNonPrimitiveMatrix<T> other)
Copy constructor
-