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.AbstractDemandGeneratorInterfaceModel. 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.AbstractDemandGeneratorModelNone. 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 Profile1DOutputLinkQueues.QueueInfo. transit_profileProfile1DOutputLinkQueues.QueueInfo. waiting_profile -
Uses of Profile1D in output
Fields in output declared as Profile1D Modifier and Type Field Description Profile1DAbstractOutputTimedCell.CellProfile. profileProfile1DAbstractOutputTimedLanegroup.LaneGroupProfile. profileProfile1DAbstractOutputTimedLink.LinkProfile. profileProfile1DAbstractOutputTimedPath. profileMethods in output that return Profile1D Modifier and Type Method Description Profile1DOutputLaneGroupFlow. get_flow_profile_for_lg_in_vph(Long lgid)Profile1DAbstractOutputTimedLink. get_profile_for_linkid(Long link_id)Profile1DOutputLaneGroupSumVehicles. 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 Profile1DProfile1D. clone()Methods in profiles with parameters of type Profile1D Modifier and Type Method Description voidProfile1D. sum(Profile1D x) -
Uses of Profile1D in traveltime
Fields in traveltime declared as Profile1D Modifier and Type Field Description Profile1DAbstractLaneGroupTimer. travel_time
-