Uses of Interface
org.goplanit.od.path.OdPaths
-
Packages that use OdPaths Package Description org.goplanit.assignment.ltm.sltm.consumer org.goplanit.assignment.ltm.sltm.loading org.goplanit.od.path This package holds the origin-destination path objects. -
-
Uses of OdPaths in org.goplanit.assignment.ltm.sltm.consumer
Constructors in org.goplanit.assignment.ltm.sltm.consumer with parameters of type OdPaths Constructor Description PathFlowUpdateConsumer(T dataConfig, OdPaths odPaths)
ConstructorPathLinkSendingFlowUpdateConsumer(NetworkFlowUpdateData dataConfig, OdPaths odPaths)
ConstructorPathTurnFlowUpdateConsumer(NetworkTurnFlowUpdateData dataConfig, OdPaths odPaths)
Constructor, where sending flows are not to be updated, only turn flows -
Uses of OdPaths in org.goplanit.assignment.ltm.sltm.loading
Methods in org.goplanit.assignment.ltm.sltm.loading with parameters of type OdPaths Modifier and Type Method Description void
StaticLtmLoadingPath. updateOdPaths(OdPaths odPaths)
Update the od paths to use in the loading -
Uses of OdPaths in org.goplanit.od.path
Classes in org.goplanit.od.path that implement OdPaths Modifier and Type Class Description class
OdPathMatrix
This class stores the path objects from each origin to each destination in a full matrix formclass
OdPathsHashed
This class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones.
-