Package core
Interface InterfaceVehicleModel
-
- All Superinterfaces:
InterfaceModel
- All Known Implementing Classes:
core.AbstractVehicleModel
,ModelNewell
,ModelSpatialQ
public interface InterfaceVehicleModel extends InterfaceModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description core.AbstractVehicle
create_vehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
core.AbstractVehicle
translate_vehicle(core.AbstractVehicle that)
-
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
-
translate_vehicle
core.AbstractVehicle translate_vehicle(core.AbstractVehicle that)
-
create_vehicle
core.AbstractVehicle create_vehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
-
-