Package org.goplanit.utils.od
Interface OdMatrix<T,U>
-
- All Superinterfaces:
Comparable<IdAble>
,IdAble
,Iterable<T>
,OdData<T>
- All Known Implementing Classes:
OdDemandMatrix
,OdMatrixImpl
,OdNonPrimitiveMatrix
,OdPathMatrix
,OdPrimitiveMatrix
,OdSkimMatrix
public interface OdMatrix<T,U> extends OdData<T>
This class contains common methods for handling origin-demand matrices of a certain type where the entire matrix is modelled even if some combinations of ODs do not contain any data.- Author:
- gman6028, markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OdMatrixIterator<T,U>
iterator()
Returns an iterator which can iterate through all the origin-destination cells in the matrix-
Methods inherited from interface org.goplanit.utils.id.IdAble
compareTo, deepClone, getId, idEquals, idHashCode
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.goplanit.utils.od.OdData
getNumberOfOdZones, getValue, getValue, setValue, shallowClone
-
-