- addEventListener(String, MQTTEventListener) - Method in class smartmobility.service.mqtt.MQTTService
-
Adds listener for specified subtopic for MQTT messages coming from devices.
- AggregatedMovement - Class in smartmobility.entity
-
Entity that represents an aggregation of similar points in the trajectory of a detected object
- AggregatedMovement() - Constructor for class smartmobility.entity.AggregatedMovement
-
- AggregatedMovement(MonitoredArea, Instant, Integer, Integer, Double) - Constructor for class smartmobility.entity.AggregatedMovement
-
- AggregatedMovementController - Class in smartmobility.controller
-
REST controller class for obtaining aggregated object movements
- AggregatedMovementController(AggregatedMovementService) - Constructor for class smartmobility.controller.AggregatedMovementController
-
- AggregatedMovementRepository - Interface in smartmobility.storage
-
A repository that provides access to the aggregated movements in the database
- AggregatedMovementService - Class in smartmobility.service.aggregatedmovement
-
A service for managing aggregated movements
- AggregatedMovementService(AggregatedMovementRepository) - Constructor for class smartmobility.service.aggregatedmovement.AggregatedMovementService
-
- AggregatedTrajectory - Class in smartmobility.entity
-
- AggregatedTrajectory() - Constructor for class smartmobility.entity.AggregatedTrajectory
-
- AggregatedTrajectory(MonitoredArea, Instant, Point2D, Point2D, Double) - Constructor for class smartmobility.entity.AggregatedTrajectory
-
- AggregatedTrajectoryController - Class in smartmobility.controller
-
- AggregatedTrajectoryController(AggregatedTrajectoryService) - Constructor for class smartmobility.controller.AggregatedTrajectoryController
-
- AggregatedTrajectoryRepository - Interface in smartmobility.storage
-
A repository that provides access to the aggregated trajectories in the database
- AggregatedTrajectoryService - Class in smartmobility.service.aggregatedtrajectory
-
A service for managing aggregated trajectories
- AggregatedTrajectoryService(AggregatedTrajectoryRepository) - Constructor for class smartmobility.service.aggregatedtrajectory.AggregatedTrajectoryService
-
- AggregatedTrajectoryView - Class in smartmobility.entity.views
-
- AggregatedTrajectoryView() - Constructor for class smartmobility.entity.views.AggregatedTrajectoryView
-
- AggregatedTrajectoryView(int, int, int, int, long) - Constructor for class smartmobility.entity.views.AggregatedTrajectoryView
-
- Application - Class in smartmobility
-
- Application(MQTTService, NewTransitMqttEventListener) - Constructor for class smartmobility.Application
-
- AreaNotFoundException - Exception in smartmobility.service.shared
-
Exception thrown when an operation was attempted on a non-existent monitored area
- AreaNotFoundException() - Constructor for exception smartmobility.service.shared.AreaNotFoundException
-
- AreaStatistics - Class in smartmobility.service.areastatistics
-
- AreaStatistics() - Constructor for class smartmobility.service.areastatistics.AreaStatistics
-
- AreaStatisticsController - Class in smartmobility.controller
-
REST controller class for obtaining area statistics
- AreaStatisticsController(AreaStatisticsService) - Constructor for class smartmobility.controller.AreaStatisticsController
-
- AreaStatisticsService - Class in smartmobility.service.areastatistics
-
A service for managing area statistics
- AreaStatisticsService(ZoneSequenceStatisticsRepository, ZoneService, NativeQueriesService) - Constructor for class smartmobility.service.areastatistics.AreaStatisticsService
-