Package output.animation.macro
Class CellInfo
- java.lang.Object
-
- output.animation.macro.CellInfo
-
public class CellInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Map<State,Double>
comm_vehicles
int
index
-
Constructor Summary
Constructors Constructor Description CellInfo(AbstractCell cell, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
get_total_vehicles()
String
toString()
-
-
-
Constructor Detail
-
CellInfo
public CellInfo(AbstractCell cell, int index)
-
-