- deactivateAllContainingZoneNumber(UUID, int) - Method in interface smartmobility.storage.ZoneSequenceRepository
-
Sets all zone sequences of certain area that contain a zone with certain number to inactive
- deleteAllContainingZoneNumber(UUID, int) - Method in interface smartmobility.storage.ZoneSequenceRepository
-
Deletes all zone sequences of certain area that contain a zone with certain number
- deleteByZoneSequenceId(UUID) - Method in interface smartmobility.storage.TransitRepository
-
- deleteMonitoredArea(UUID) - Method in class smartmobility.controller.MonitoredAreaController
-
Deletes the given monitored area
- deleteMonitoredArea(UUID) - Method in class smartmobility.service.monitoredarea.MonitoredAreaService
-
Deletes the given monitored area
- deleteZone(UUID, int, boolean) - Method in class smartmobility.controller.ZoneController
-
Deletes a zone
- deleteZone(UUID, int, boolean) - Method in class smartmobility.service.zone.ZoneService
-
Deletes the zone belonging to the given monitored area with the given number
- deleteZone(UUID, int) - Method in class smartmobility.service.zone.ZoneService
-
Deletes the zone belonging to the given monitored area with the given number
- deliveryComplete(IMqttDeliveryToken) - Method in class smartmobility.service.mqtt.MQTTService
-
- DetectedObjectMovement - Class in smartmobility.entity
-
Entity that represents a point in the trajectory of a detected object
- DetectedObjectMovement() - Constructor for class smartmobility.entity.DetectedObjectMovement
-
- DetectedObjectMovementController - Class in smartmobility.controller
-
REST controller class for obtaining object movements
- DetectedObjectMovementController(DetectedObjectMovementService, AggregatedMovementService) - Constructor for class smartmobility.controller.DetectedObjectMovementController
-
- DetectedObjectMovementRepository - Interface in smartmobility.storage
-
A repository that provides access to the detected object movements in the database
- DetectedObjectMovementService - Class in smartmobility.service.detectedobjectmovement
-
A service for managing movements of detected objects
- DetectedObjectMovementService(DetectedObjectMovementRepository, AggregatedMovementRepository, AggregatedTrajectoryRepository) - Constructor for class smartmobility.service.detectedobjectmovement.DetectedObjectMovementService
-
- DetectionParameters - Class in smartmobility.entity
-
Entity that represents the parameters of a detection algorithm
- DetectionParameters() - Constructor for class smartmobility.entity.DetectionParameters
-
- DetectionParameters(int, int) - Constructor for class smartmobility.entity.DetectionParameters
-
- DetectionParametersController - Class in smartmobility.controller
-
- DetectionParametersController(DetectionParametersService) - Constructor for class smartmobility.controller.DetectionParametersController
-
- DetectionParametersRepository - Interface in smartmobility.storage
-
A repository that provides access to the detection parameters in the database
- DetectionParametersService - Class in smartmobility.service.detectionparameters
-
A service for managing detection parameters
- DetectionParametersService(MonitoredAreaRepository, DetectionParametersRepository, MQTTManager) - Constructor for class smartmobility.service.detectionparameters.DetectionParametersService
-
- Device - Class in smartmobility.entity
-
Entity that represents a physical device
- Device() - Constructor for class smartmobility.entity.Device
-
- DeviceController - Class in smartmobility.controller
-
REST controller class for obtaining data about physical devices
- DeviceController(DeviceRepository) - Constructor for class smartmobility.controller.DeviceController
-
- DeviceNotFoundException - Exception in smartmobility.service.shared
-
Exception thrown when an operation was attempted on a non-existent device
- DeviceNotFoundException() - Constructor for exception smartmobility.service.shared.DeviceNotFoundException
-
- DeviceRepository - Interface in smartmobility.storage
-
A repository that provides access to the devices in the database
- DeviceView - Class in smartmobility.entity.views
-
- DeviceView() - Constructor for class smartmobility.entity.views.DeviceView
-
- DeviceView(UUID, String) - Constructor for class smartmobility.entity.views.DeviceView
-
- DeviceView(Device) - Constructor for class smartmobility.entity.views.DeviceView
-
- doSomethingAfterStartup() - Method in class smartmobility.Application
-