Uses of Class
core.State
-
Packages that use State Package Description core core.packet models.fluid models.fluid.ctm models.fluid.nodemodel output.animation.macro -
-
Uses of State in core
Fields in core with type parameters of type State Modifier and Type Field Description Map<State,Double>FlowAccumulatorState. countSet<State>Link. statesMethods in core with parameters of type State Modifier and Type Method Description voidFlowAccumulatorState. add_state(State state)intState. compareTo(State that)voidFlowAccumulatorState. increment(State state, Double x) -
Uses of State in core.packet
Fields in core.packet with type parameters of type State Modifier and Type Field Description Map<State,Double>StateContainer. amountMap<State,Double>PacketLink. state2vehiclesMethods in core.packet with parameters of type State Modifier and Type Method Description voidPacketLaneGroup. add_fluid(State state, Double value)voidPacketLaneGroup. add_vehicle(State key, core.AbstractVehicle vehicle)doubleStateContainer. get_value(State key)voidStateContainer. set_value(State key, double val)Constructor parameters in core.packet with type arguments of type State Constructor Description PacketLink(Map<State,Double> state2vehicles, RoadConnection road_connection) -
Uses of State in models.fluid
Fields in models.fluid with type parameters of type State Modifier and Type Field Description Map<State,Double>FluidLaneGroup. source_flowMethods in models.fluid that return types with arguments of type State Modifier and Type Method Description abstract Map<State,Double>AbstractCell. get_demand()Map<State,Double>FluidLaneGroup. get_demand()Methods in models.fluid with parameters of type State Modifier and Type Method Description abstract voidAbstractCell. add_vehicles(State state, Double value, Map<Maneuver,Double> maneuver2prob)Map<Maneuver,Double>FluidLaneGroup. get_lc_probabilities(State state, Set<Maneuver> lcoptions)Method parameters in models.fluid with type arguments of type State Modifier and Type Method Description abstract voidAbstractCell. add_vehicles(Map<State,Double> dwn, Map<State,Double> in, Map<State,Double> out)voidFluidLaneGroup. release_vehicles(Map<State,Double> X)abstract voidAbstractCell. subtract_vehicles(Map<State,Double> dwn, Map<State,Double> in, Map<State,Double> out) -
Uses of State in models.fluid.ctm
Methods in models.fluid.ctm that return types with arguments of type State Modifier and Type Method Description Map<State,Double>CTMCell. get_demand()Methods in models.fluid.ctm with parameters of type State Modifier and Type Method Description voidCTMCell. add_vehicles(State state, Double vehs, Map<Maneuver,Double> maneuver2prob)Method parameters in models.fluid.ctm with type arguments of type State Modifier and Type Method Description voidCTMCell. add_vehicles(Map<State,Double> dwn, Map<State,Double> in, Map<State,Double> out)voidCTMCell. subtract_vehicles(Map<State,Double> dwn, Map<State,Double> in, Map<State,Double> out) -
Uses of State in models.fluid.nodemodel
Fields in models.fluid.nodemodel declared as State Modifier and Type Field Description StateUpLaneGroup.StateInfo. stateFields in models.fluid.nodemodel with type parameters of type State Modifier and Type Field Description Map<State,Double>UpLaneGroup. f_gsMap<State,Double>RoadConnection. f_rsSet<State>UpLaneGroup.RcInfo. S_grMap<State,DnLaneGroup.StateInfo>DnLaneGroup. state_infosMap<State,UpLaneGroup.StateInfo>UpLaneGroup. state_infosMethods in models.fluid.nodemodel that return types with arguments of type State Modifier and Type Method Description Set<State>RoadConnection. get_states()Set<State>NodeModel. get_states_for_road_connection(long rc_id)Methods in models.fluid.nodemodel with parameters of type State Modifier and Type Method Description voidDnLaneGroup. add_state(State state)voidRoadConnection. add_state(State state)voidUpLaneGroup. add_state(State state)voidUpLaneGroup.RcInfo. add_state(State state)Constructors in models.fluid.nodemodel with parameters of type State Constructor Description StateInfo(State state) -
Uses of State in output.animation.macro
Fields in output.animation.macro with type parameters of type State Modifier and Type Field Description Map<State,Double>CellInfo. comm_vehiclesMethods in output.animation.macro that return types with arguments of type State Modifier and Type Method Description Map<State,Double>LaneGroupInfo. get_vehicles_by_cell(int i)
-