Uses of Interface
output.InterfaceVehicleListener
-
Packages that use InterfaceVehicleListener Package Description commodity core models.vehicle.newell models.vehicle.spatialq output -
-
Uses of InterfaceVehicleListener in commodity
Fields in commodity with type parameters of type InterfaceVehicleListener Modifier and Type Field Description Set<InterfaceVehicleListener>
Commodity. vehicle_event_listeners
Methods in commodity with parameters of type InterfaceVehicleListener Modifier and Type Method Description void
Commodity. add_vehicle_event_listener(InterfaceVehicleListener ev)
-
Uses of InterfaceVehicleListener in core
Method parameters in core with type arguments of type InterfaceVehicleListener Modifier and Type Method Description core.AbstractVehicle
InterfaceVehicleModel. create_vehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
-
Uses of InterfaceVehicleListener in models.vehicle.newell
Method parameters in models.vehicle.newell with type arguments of type InterfaceVehicleListener Modifier and Type Method Description core.AbstractVehicle
ModelNewell. create_vehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
Constructor parameters in models.vehicle.newell with type arguments of type InterfaceVehicleListener Constructor Description NewellVehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
-
Uses of InterfaceVehicleListener in models.vehicle.spatialq
Method parameters in models.vehicle.spatialq with type arguments of type InterfaceVehicleListener Modifier and Type Method Description core.AbstractVehicle
ModelSpatialQ. create_vehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
Constructor parameters in models.vehicle.spatialq with type arguments of type InterfaceVehicleListener Constructor Description MesoVehicle(Long comm_id, Set<InterfaceVehicleListener> event_listeners)
-
Uses of InterfaceVehicleListener in output
Classes in output that implement InterfaceVehicleListener Modifier and Type Class Description class
OutputTravelTime
class
OutputVehicleClass
class
OutputVehicleEvents
-