Uses of Class
org.eclipse.mosaic.fed.application.ambassador.simulation.tmc.LaneAreaDetector
Packages that use LaneAreaDetector
Package
Description
-
Uses of LaneAreaDetector in org.eclipse.mosaic.app.tutorial
Method parameters in org.eclipse.mosaic.app.tutorial with type arguments of type LaneAreaDetectorModifier and TypeMethodDescriptionvoid
HighwayManagementApp.onLaneAreaDetectorUpdated
(Collection<LaneAreaDetector> updatedLaneAreaDetectors) -
Uses of LaneAreaDetector in org.eclipse.mosaic.fed.application.ambassador.simulation
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation that return LaneAreaDetectorMethods in org.eclipse.mosaic.fed.application.ambassador.simulation that return types with arguments of type LaneAreaDetector -
Uses of LaneAreaDetector in org.eclipse.mosaic.fed.application.app.api
Method parameters in org.eclipse.mosaic.fed.application.app.api with type arguments of type LaneAreaDetectorModifier and TypeMethodDescriptionvoid
TrafficManagementCenterApplication.onLaneAreaDetectorUpdated
(Collection<LaneAreaDetector> updatedLaneAreaDetectors) This method is called when any subscribedLaneAreaDetector
of the unit has been updated. -
Uses of LaneAreaDetector in org.eclipse.mosaic.fed.application.app.api.os
Methods in org.eclipse.mosaic.fed.application.app.api.os that return LaneAreaDetectorModifier and TypeMethodDescriptionTrafficManagementCenterOperatingSystem.getLaneAreaDetector
(String id) Returns the lane segment, which provides various measurements, such as density.Methods in org.eclipse.mosaic.fed.application.app.api.os that return types with arguments of type LaneAreaDetectorModifier and TypeMethodDescriptionTrafficManagementCenterOperatingSystem.getLaneAreaDetectors()
Returns allLaneAreaDetector
s configured for this traffic management center.