Package core
Interface InterfaceFluidModel
-
- All Superinterfaces:
InterfaceModel
- All Known Implementing Classes:
core.AbstractFluidModel
,ModelCTM
public interface InterfaceFluidModel extends InterfaceModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
compute_lanechange_demand_supply(Link link, float timestamp)
AbstractCell
create_cell(FluidLaneGroup lg)
void
update_link_state(Link link, float timestamp)
-
Methods inherited from interface core.InterfaceModel
create_lane_group, create_output, create_source, lanegroup_proportions, register_with_dispatcher, set_state_for_link, validate_post_init, validate_pre_init
-
-
-
-
Method Detail
-
compute_lanechange_demand_supply
void compute_lanechange_demand_supply(Link link, float timestamp) throws OTMException
- Throws:
OTMException
-
update_link_state
void update_link_state(Link link, float timestamp) throws OTMException
- Throws:
OTMException
-
create_cell
AbstractCell create_cell(FluidLaneGroup lg) throws OTMException
- Throws:
OTMException
-
-