Uses of Class
core.AbstractLaneGroup
-
-
Uses of AbstractLaneGroup in core
Fields in core declared as AbstractLaneGroup Modifier and Type Field Description AbstractLaneGroup
AbstractVehicle. lg
Methods in core that return AbstractLaneGroup Modifier and Type Method Description AbstractLaneGroup
AbstractFluidModel. create_lane_group(core.Link link, core.geometry.Side side, Float length, int num_lanes, int start_lane, Set<core.RoadConnection> out_rcs, jaxb.Roadparam rp)
AbstractLaneGroup
AbstractVehicle. get_lanegroup()
AbstractLaneGroup
AbstractLaneGroup. get_neighbor_in()
AbstractLaneGroup
AbstractLaneGroup. get_neighbor_out()
Methods in core with parameters of type AbstractLaneGroup Modifier and Type Method Description int
AbstractLaneGroup. compareTo(AbstractLaneGroup that)
core.geometry.Side
AbstractLaneGroup. get_side_with_respect_to_lg(AbstractLaneGroup lg)
-