Uses of Class
org.goplanit.assignment.ltm.sltm.consumer.NetworkFlowUpdateData
-
Packages that use NetworkFlowUpdateData Package Description org.goplanit.assignment.ltm.sltm.conjugate org.goplanit.assignment.ltm.sltm.consumer -
-
Uses of NetworkFlowUpdateData in org.goplanit.assignment.ltm.sltm.conjugate
Classes in org.goplanit.assignment.ltm.sltm.conjugate with type parameters of type NetworkFlowUpdateData Modifier and Type Class Description class
ConjugateBushFlowUpdateConsumerImpl<T extends NetworkFlowUpdateData>
Conjugate Bush consumer to apply during conjugate bush based network loading flow update for each origin bushFields in org.goplanit.assignment.ltm.sltm.conjugate declared as NetworkFlowUpdateData Modifier and Type Field Description protected T
ConjugateBushFlowUpdateConsumerImpl. dataConfig
data and configuration used for a flow update by derived classes -
Uses of NetworkFlowUpdateData in org.goplanit.assignment.ltm.sltm.consumer
Classes in org.goplanit.assignment.ltm.sltm.consumer with type parameters of type NetworkFlowUpdateData 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
RootedBushFlowUpdateConsumerImpl<T extends NetworkFlowUpdateData>
Base Consumer to apply during bush based network loading flow update for each origin bushSubclasses of NetworkFlowUpdateData in org.goplanit.assignment.ltm.sltm.consumer Modifier and Type Class Description class
NetworkTurnFlowUpdateData
Base class to aid updating of the network turn flows during loading.Fields in org.goplanit.assignment.ltm.sltm.consumer declared as NetworkFlowUpdateData Modifier and Type Field Description protected T
PathFlowUpdateConsumer. dataConfig
data and configuration used for a flow update by derived classesprotected T
RootedBushFlowUpdateConsumerImpl. dataConfig
data and configuration used for a flow update by derived classesConstructors in org.goplanit.assignment.ltm.sltm.consumer with parameters of type NetworkFlowUpdateData Constructor Description PathLinkFlowUpdateConsumer(NetworkFlowUpdateData dataConfig, OdPaths odPaths)
Constructor
-