Uses of Class
profiles.Profile1D
-
Packages that use Profile1D Package Description control.commodity control.rampmetering core models.fluid models.none models.vehicle models.vehicle.spatialq output profiles traveltime -
-
Uses of Profile1D in control.commodity
Fields in control.commodity with type parameters of type Profile1D Modifier and Type Field Description Map<Long,Profile1D>
ControllerFlowToLinks. outlink2profile
-
Uses of Profile1D in control.rampmetering
Fields in control.rampmetering with type parameters of type Profile1D Modifier and Type Field Description Map<Long,Profile1D>
ControllerProfileRate. actuator_rate_vph
-
Uses of Profile1D in core
Methods in core that return types with arguments of type Profile1D Modifier and Type Method Description Set<Profile1D>
Scenario. get_demands_for_commodity(Long commodity_id)
Set<Profile1D>
Scenario. get_demands_for_link(Long link_id)
Methods in core with parameters of type Profile1D Modifier and Type Method Description core.AbstractDemandGenerator
InterfaceModel. create_source(Link origin, Profile1D profile, Commodity commodity, Path path)
Constructors in core with parameters of type Profile1D Constructor Description DemandInfo(long commid, Long pathid, Profile1D profile)
-
Uses of Profile1D in models.fluid
Constructors in models.fluid with parameters of type Profile1D Constructor Description FluidDemandGenerator(Link link, Profile1D profile, Commodity commodity, Path path)
-
Uses of Profile1D in models.none
Methods in models.none with parameters of type Profile1D Modifier and Type Method Description core.AbstractDemandGenerator
ModelNone. create_source(Link origin, Profile1D profile, Commodity commodity, Path path)
Constructors in models.none with parameters of type Profile1D Constructor Description NoneDemandGenerator(Link link, Profile1D profile, Commodity commodity, Path path)
-
Uses of Profile1D in models.vehicle
Constructors in models.vehicle with parameters of type Profile1D Constructor Description VehicleDemandGenerator(Link link, Profile1D profile, Commodity commodity, Path path)
-
Uses of Profile1D in models.vehicle.spatialq
Fields in models.vehicle.spatialq declared as Profile1D Modifier and Type Field Description Profile1D
OutputLinkQueues.QueueInfo. transit_profile
Profile1D
OutputLinkQueues.QueueInfo. waiting_profile
-
Uses of Profile1D in output
Fields in output declared as Profile1D Modifier and Type Field Description Profile1D
AbstractOutputTimedCell.CellProfile. profile
Profile1D
AbstractOutputTimedLanegroup.LaneGroupProfile. profile
Profile1D
AbstractOutputTimedLink.LinkProfile. profile
Profile1D
AbstractOutputTimedPath. profile
Methods in output that return Profile1D Modifier and Type Method Description Profile1D
OutputLaneGroupFlow. get_flow_profile_for_lg_in_vph(Long lgid)
Profile1D
AbstractOutputTimedLink. get_profile_for_linkid(Long link_id)
Profile1D
OutputLaneGroupSumVehicles. get_veh_profile_for_lg(Long lgid)
Methods in output that return types with arguments of type Profile1D Modifier and Type Method Description Map<Long,Profile1D>
AbstractOutputTimedLanegroup. get_profiles_for_linkid(Long link_id)
-
Uses of Profile1D in profiles
Methods in profiles that return Profile1D Modifier and Type Method Description Profile1D
Profile1D. clone()
Methods in profiles with parameters of type Profile1D Modifier and Type Method Description void
Profile1D. sum(Profile1D x)
-
Uses of Profile1D in traveltime
Fields in traveltime declared as Profile1D Modifier and Type Field Description Profile1D
AbstractLaneGroupTimer. travel_time
-