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 Roadparam
Link. road_param_full
Methods in core with parameters of type Roadparam Modifier and Type Method Description core.AbstractLaneGroup
InterfaceModel. 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 Roadparam
AddLanes. roadparam
Constructors 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 Roadparam
ObjectFactory. createRoadparam()
Create an instance ofRoadparam
Methods 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 void
FluidLaneGroup. 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.AbstractLaneGroup
ModelNone. 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 void
VehicleLaneGroup. 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.AbstractLaneGroup
ModelNewell. create_lane_group(Link link, Side side, Float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
void
NewellLaneGroup. 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.AbstractLaneGroup
ModelSpatialQ. create_lane_group(Link link, Side side, Float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
void
MesoLaneGroup. 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)
-