Uses of Interface
org.goplanit.utils.functionalinterface.TriConsumer
-
Packages that use TriConsumer Package Description org.goplanit.assignment.ltm.sltm.consumer org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classes -
-
Uses of TriConsumer in org.goplanit.assignment.ltm.sltm.consumer
Classes in org.goplanit.assignment.ltm.sltm.consumer that implement TriConsumer Modifier and Type Class Description class
PathFlowUpdateConsumer<T extends NetworkFlowUpdateData>
Base Consumer to apply during path based flow update for each combination of origin, destination, and demandclass
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 demandclass
PathTurnFlowUpdateConsumer
Consumer to apply during path based turn flow update for each combination of origin, destination, and demand -
Uses of TriConsumer in org.goplanit.od.demand
Methods in org.goplanit.od.demand with parameters of type TriConsumer Modifier and Type Method Description default void
OdDemands. forEachNonZeroOdDemand(OdZones odZones, TriConsumer<OdZone,OdZone,Double> consumer)
Apply the provided consumer to each origin-destination combination found that has non zero demands
-