Uses of Class
org.goplanit.assignment.ltm.sltm.LinkSegmentData
-
Packages that use LinkSegmentData Package Description org.goplanit.assignment.ltm.sltm.loading -
-
Uses of LinkSegmentData in org.goplanit.assignment.ltm.sltm.loading
Subclasses of LinkSegmentData in org.goplanit.assignment.ltm.sltm.loading Modifier and Type Class Description class
InflowOutflowData
During sLTM loading we use temporary inflow and outflow rates resulting from node model updates.class
NetworkLoadingFactorData
Track the sLTM variables representing the various factors used: flow acceptance factors (alphas) flow capacity factors (betas) storage capacity factors (gammas)class
ReceivingFlowData
POJO to store the sLTM variables used for receiving flow updates (Step 4) in network loadingclass
SendingFlowData
POJO to store the sLTM variables used for sending flow updates (Step 2) in network loading
-