Uses of Interface
org.planit.od.ODDataIterator
-
Packages that use ODDataIterator Package Description org.planit.od Top-level abstract interfaces to handle Origin-Destination Dataorg.planit.od.odmatrix This package contains classes for managing OD matrices.org.planit.od.odroute This package holds the origin-destination path objects. -
-
Uses of ODDataIterator in org.planit.od
Classes in org.planit.od that implement ODDataIterator Modifier and Type Class Description class
ODDataIteratorImpl<T>
Base class containing common methods required by all classes which implement ODDataIteratorMethods in org.planit.od that return ODDataIterator Modifier and Type Method Description ODDataIterator<T>
ODData. iterator()
Returns an iterator which can iterate through all the origin-destination cells -
Uses of ODDataIterator in org.planit.od.odmatrix
Classes in org.planit.od.odmatrix that implement ODDataIterator Modifier and Type Class Description class
ODMatrixIterator
Iterator which runs through rows and columns of an OD matrix, making the value, row and column of each cell available -
Uses of ODDataIterator in org.planit.od.odroute
Classes in org.planit.od.odroute that implement ODDataIterator Modifier and Type Class Description class
ODRouteIterator
Iterator which runs through rows and columns of a matrix of Path objects, making the Path, row and column of each cell available
-