Uses of Class
org.goplanit.od.demand.OdDemandMatrix
-
Packages that use OdDemandMatrix Package Description org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classes -
-
Uses of OdDemandMatrix in org.goplanit.od.demand
Methods in org.goplanit.od.demand that return OdDemandMatrix Modifier and Type Method Description OdDemandMatrixOdDemandMatrix. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.OdDemandMatrixOdDemandMatrix. shallowClone()Create a shallow copy of this entityConstructors in org.goplanit.od.demand with parameters of type OdDemandMatrix Constructor Description OdDemandMatrix(OdDemandMatrix odDemandMatrix)Copy constructorOdDemandMatrixIterator(OdDemandMatrix OdDemandMatrix)
-