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.
|
NMRCollectMostRestrictingTurnConsumer |
A functional class that consumes the result of a node model update in order to obtain the most restrictive out link for the given in link provided
|
NMRUpdateEntryLinksOutflowConsumer |
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
|
NMRUpdateExitLinkInflowsConsumer |
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 *
|
PathFlowUpdateConsumer<T extends NetworkFlowUpdateData> |
Base Consumer to apply during path based flow update for each combination of origin, destination, and demand
|
PathLinkFlowUpdateConsumer |
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
|
RootedBushFlowUpdateConsumerImpl<T extends NetworkFlowUpdateData> |
Base Consumer to apply during bush based network loading flow update for each origin bush
|
RootedBushTurnFlowUpdateConsumer |
Consumer to apply during bush based network loading turn flow update for each non-zero demand bush
|