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. count
Set<State>
Link. states
Methods in core with parameters of type State Modifier and Type Method Description void
FlowAccumulatorState. add_state(State state)
int
State. compareTo(State that)
void
FlowAccumulatorState. 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. amount
Map<State,Double>
PacketLink. state2vehicles
Methods in core.packet with parameters of type State Modifier and Type Method Description void
PacketLaneGroup. add_fluid(State state, Double value)
void
PacketLaneGroup. add_vehicle(State key, core.AbstractVehicle vehicle)
double
StateContainer. get_value(State key)
void
StateContainer. 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_flow
Methods 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 void
AbstractCell. 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 void
AbstractCell. add_vehicles(Map<State,Double> dwn, Map<State,Double> in, Map<State,Double> out)
void
FluidLaneGroup. release_vehicles(Map<State,Double> X)
abstract void
AbstractCell. 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 void
CTMCell. 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 void
CTMCell. add_vehicles(Map<State,Double> dwn, Map<State,Double> in, Map<State,Double> out)
void
CTMCell. 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 State
UpLaneGroup.StateInfo. state
Fields in models.fluid.nodemodel with type parameters of type State Modifier and Type Field Description Map<State,Double>
UpLaneGroup. f_gs
Map<State,Double>
RoadConnection. f_rs
Set<State>
UpLaneGroup.RcInfo. S_gr
Map<State,DnLaneGroup.StateInfo>
DnLaneGroup. state_infos
Map<State,UpLaneGroup.StateInfo>
UpLaneGroup. state_infos
Methods 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 void
DnLaneGroup. add_state(State state)
void
RoadConnection. add_state(State state)
void
UpLaneGroup. add_state(State state)
void
UpLaneGroup.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_vehicles
Methods 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)
-