BushFlowUpdateConsumer<T extends NetworkFlowUpdateData> |
Base Consumer to apply during bush based network flow update for each origin bush
|
BushTurnFlowUpdateConsumer |
Consumer to apply during bush based turn flow update for each non-zero demand bush
|
InitialiseBushEdgeSegmentDemandConsumer |
Initialise the bush for a given origin/destination with the shortest path being offered from the destination to the origin via the provided edge segments in the callback.
|
NetworkFlowUpdateData |
Base class to aid updating of the network link flows during loading.
|
NetworkTurnFlowUpdateData |
Base class to aid updating of the network turn flows during loading.
|
PathFlowUpdateConsumer<T extends NetworkFlowUpdateData> |
Base Consumer to apply during path based flow update for each combination of origin, destination, and demand
|
PathLinkSendingFlowUpdateConsumer |
Consumer to apply during path based loading to update the inflows on the provided raw array by their link segment ids for each combination of origin, destination, and demand
|
PathTurnFlowUpdateConsumer |
Consumer to apply during path based turn flow update for each combination of origin, destination, and demand
|
UpdateEntryLinksOutflowConsumer |
A functional class that consumes the result of a node model update in order to determine the next accepted outflows of incoming links of all nodes it is applied to
|
UpdateExitLinkInflowsConsumer |
A functional class that consumes the result of a node model update in order to update the inflows of all the outgoing links of the nodes it is applied to *
|