Package output.animation.macro
Class LaneGroupInfo
- java.lang.Object
-
- output.animation.AbstractLaneGroupInfo
-
- output.animation.macro.LaneGroupInfo
-
- All Implemented Interfaces:
InterfaceLaneGroupInfo
public class LaneGroupInfo extends AbstractLaneGroupInfo
-
-
Field Summary
Fields Modifier and Type Field Description List<CellInfo>
cell_info
-
Fields inherited from class output.animation.AbstractLaneGroupInfo
lg_id
-
-
Constructor Summary
Constructors Constructor Description LaneGroupInfo(core.AbstractLaneGroup lg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get_num_cells()
Double
get_total_vehicles()
List<Double>
get_total_vehicles_by_cell()
Map<State,Double>
get_vehicles_by_cell(int i)
String
toString()
-
-
-
Method Detail
-
get_num_cells
public int get_num_cells()
-
get_total_vehicles
public Double get_total_vehicles()
-
-