Package org.planit.data
Class ModeData
- java.lang.Object
-
- org.planit.data.ModeData
-
public class ModeData extends Object
Object to store the flows for each mode during the assignment iterations- Author:
- gman6028
-
-
Field Summary
Fields Modifier and Type Field Description double[]currentNetworkSegmentFlowsFlows derived for the previous iterationdouble[]nextNetworkSegmentFlowsFlows for the next iteration
-
Constructor Summary
Constructors Constructor Description ModeData(double[] emptySegmentArray)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresetCurrentNetworkSegmentFlows()Reset current network segment flowsvoidresetNextNetworkSegmentFlows()Reset the segment flows for the coming iteration
-