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[]
currentNetworkSegmentFlows
Flows derived for the previous iterationdouble[]
nextNetworkSegmentFlows
Flows 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 void
resetCurrentNetworkSegmentFlows()
Reset current network segment flowsvoid
resetNextNetworkSegmentFlows()
Reset the segment flows for the coming iteration
-