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 classConjugateBushFlowUpdateConsumerImpl<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 TConjugateBushFlowUpdateConsumerImpl. dataConfigdata 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 classPathFlowUpdateConsumer<T extends NetworkFlowUpdateData>Base Consumer to apply during path based flow update for each combination of origin, destination, and demandclassRootedBushFlowUpdateConsumerImpl<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 classNetworkTurnFlowUpdateDataBase 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 TPathFlowUpdateConsumer. dataConfigdata and configuration used for a flow update by derived classesprotected TRootedBushFlowUpdateConsumerImpl. dataConfigdata 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
-