Uses of Class
core.geometry.Side
-
Packages that use Side Package Description core core.geometry models.fluid models.none models.vehicle models.vehicle.newell models.vehicle.spatialq -
-
Uses of Side in core
Methods in core that return Side Modifier and Type Method Description Side
Link. get_side_for_dn_lane(int lane)
Methods in core with parameters of type Side 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)
-
Uses of Side in core.geometry
Fields in core.geometry declared as Side Modifier and Type Field Description Side
AddLanes. side
Methods in core.geometry that return Side Modifier and Type Method Description static Side
Side. valueOf(String name)
Returns the enum constant of this type with the specified name.static Side[]
Side. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in core.geometry with parameters of type Side Constructor Description AddLanes(Side side, Roadparam rp)
-
Uses of Side in models.fluid
Constructors in models.fluid with parameters of type Side Constructor Description FluidLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
-
Uses of Side in models.none
Methods in models.none with parameters of type Side 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 Side Constructor Description NoneLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
-
Uses of Side in models.vehicle
Constructors in models.vehicle with parameters of type Side Constructor Description VehicleLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
-
Uses of Side in models.vehicle.newell
Methods in models.vehicle.newell with parameters of type Side 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)
Constructors in models.vehicle.newell with parameters of type Side Constructor Description NewellLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
-
Uses of Side in models.vehicle.spatialq
Methods in models.vehicle.spatialq with parameters of type Side 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)
Constructors in models.vehicle.spatialq with parameters of type Side Constructor Description MesoLaneGroup(Link link, Side side, float length, int num_lanes, int start_lane, Set<RoadConnection> out_rcs, Roadparam rp)
-