Uses of Class
jaxb.Roadparam
-
Packages that use Roadparam Package Description core core.geometry jaxb models.fluid models.none models.vehicle models.vehicle.newell models.vehicle.spatialq -
-
Uses of Roadparam in core
Fields in core declared as Roadparam Modifier and Type Field Description RoadparamLink. road_param_fullMethods in core with parameters of type Roadparam Modifier and Type Method Description core.AbstractLaneGroupInterfaceModel. create_lane_group(Link link, Side side, Float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)Constructors in core with parameters of type Roadparam Constructor Description Link(Network network, Roadparam rp, long id, float length, int full_lanes, Node start_node, Node end_node, RoadGeometry rg, Link.RoadType rt, Points jpoints, Long alt_next_link) -
Uses of Roadparam in core.geometry
Fields in core.geometry declared as Roadparam Modifier and Type Field Description RoadparamAddLanes. roadparamConstructors in core.geometry with parameters of type Roadparam Constructor Description AddLanes(Side side, Roadparam rp)AddLanes(AddLanes jaxb_al, Roadparam rp)Constructor parameters in core.geometry with type arguments of type Roadparam Constructor Description RoadGeometry(Roadgeom jaxb_geom, Map<Long,Roadparam> road_params) -
Uses of Roadparam in jaxb
Methods in jaxb that return Roadparam Modifier and Type Method Description RoadparamObjectFactory. createRoadparam()Create an instance ofRoadparamMethods in jaxb that return types with arguments of type Roadparam Modifier and Type Method Description List<Roadparam>Roadparams. getRoadparam()Gets the value of the roadparam property. -
Uses of Roadparam in models.fluid
Methods in models.fluid with parameters of type Roadparam Modifier and Type Method Description voidFluidLaneGroup. set_road_params(Roadparam r)Constructors in models.fluid with parameters of type Roadparam Constructor Description FluidLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp) -
Uses of Roadparam in models.none
Methods in models.none with parameters of type Roadparam Modifier and Type Method Description core.AbstractLaneGroupModelNone. create_lane_group(Link link, Side side, Float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)Constructors in models.none with parameters of type Roadparam Constructor Description NoneLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp) -
Uses of Roadparam in models.vehicle
Methods in models.vehicle with parameters of type Roadparam Modifier and Type Method Description voidVehicleLaneGroup. set_road_params(Roadparam r)Constructors in models.vehicle with parameters of type Roadparam Constructor Description VehicleLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp) -
Uses of Roadparam in models.vehicle.newell
Methods in models.vehicle.newell with parameters of type Roadparam Modifier and Type Method Description core.AbstractLaneGroupModelNewell. create_lane_group(Link link, Side side, Float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)voidNewellLaneGroup. set_road_params(Roadparam r)Constructors in models.vehicle.newell with parameters of type Roadparam Constructor Description NewellLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp) -
Uses of Roadparam in models.vehicle.spatialq
Methods in models.vehicle.spatialq with parameters of type Roadparam Modifier and Type Method Description core.AbstractLaneGroupModelSpatialQ. create_lane_group(Link link, Side side, Float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)voidMesoLaneGroup. set_road_params(Roadparam r)Constructors in models.vehicle.spatialq with parameters of type Roadparam Constructor Description MesoLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
-