Skip navigation links
A C D E F G H I L M N O P R S T U V Z 

G

getActive() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
 
getActiveTransitCountByMonitoredAreaIdAndTime(UUID, Instant, Instant) - Method in interface smartmobility.storage.ZoneSequenceStatisticsRepository
Returns an iterable that contains the number of vehicles that passed through active zones in the given area during the given time interval, broken down per zone sequence
getAggregatedMovementCountByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.service.aggregatedmovement.AggregatedMovementService
Returns the number of movements that would be returned by a call to getMovementsByAreaId with the same arguments
getAggregatedMovementsByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.service.aggregatedmovement.AggregatedMovementService
Returns movements filtered by the given criteria
getAggregatedTrajectoriesByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.controller.AggregatedTrajectoryController
Returns aggregated trajectories filtered by the given criteria
getAggregatedTrajectoriesByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.service.aggregatedtrajectory.AggregatedTrajectoryService
Returns aggregated trajectories filtered by the given criteria
getAggregatedVelocityRangeByArea(UUID, Instant, Instant) - Method in class smartmobility.service.aggregatedmovement.AggregatedMovementService
Returns the smallest and larges velocity recorded in the given area.
getAllTransits() - Method in class smartmobility.controller.TransitController
Returns an iterable of all transits
getArea() - Method in class smartmobility.entity.AggregatedMovement
 
getArea() - Method in class smartmobility.entity.AggregatedTrajectory
 
getArea() - Method in class smartmobility.entity.Zone
Returns the area the zone belongs to
getArea() - Method in class smartmobility.entity.ZoneSequence
Returns the area that contains the zoneSequence
getAreaId() - Method in class smartmobility.service.transit.CreateTransitRequest
 
getAreaParameters(UUID) - Method in class smartmobility.service.detectionparameters.DetectionParametersService
Returns detection parameters belonging to a monitored area
getAreaParams(UUID) - Method in class smartmobility.controller.DetectionParametersController
Returns parameters belonging to the given monitored area
getAreaStatisticsView(UUID, Instant, Instant, boolean) - Method in class smartmobility.service.areastatistics.AreaStatisticsService
Returns an iterable that contains the number of vehicles that passed through the given area during the given time interval, broken down per zone sequence
getAreaSyncToken(UUID) - Method in class smartmobility.service.mqtt.MQTTManager
Returns a synchronization token that can be used to coordinate communication with the same camera device to prevent conflicts from arising
getCameraVertices() - Method in class smartmobility.entity.views.ZoneView
Returns the coordinates of the zone cameraVertices in the camera's field of view
getCameraVertices() - Method in class smartmobility.entity.Zone
Returns the coordinates of the zone cameraVertices in the camera's field of view
getCameraVertices() - Method in class smartmobility.service.zone.ZoneRequest
 
getCount() - Method in class smartmobility.entity.views.TransitStatistics
Returns the number of vehicles
getCount() - Method in class smartmobility.entity.views.TransitStatisticsWithTime
 
getCounts() - Method in class smartmobility.entity.views.TimeSeriesOfVehiclePassed
 
getDetectionParameters() - Method in class smartmobility.entity.MonitoredArea
Returns the parameters of the detection algorithm used for the area
getDetectionParameters() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the parameters of the detection algorithm used for the area
getDetectorMinContourHeight() - Method in class smartmobility.entity.DetectionParameters
 
getDetectorMinContourHeight() - Method in class smartmobility.entity.views.ParametersView
 
getDetectorMinContourWidth() - Method in class smartmobility.entity.DetectionParameters
 
getDetectorMinContourWidth() - Method in class smartmobility.entity.views.ParametersView
 
getDevice() - Method in class smartmobility.entity.MonitoredArea
Returns the physical device deployed to monitor the area
getDevice() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the physical device deployed to monitor the area
getDevice() - Method in class smartmobility.service.monitoredarea.MonitoredAreaRequest
 
getDeviceIdByMonitoredAreaId(UUID) - Method in class smartmobility.service.screenshots.ScreenshotsService
Gets device id by its monitored area id.
getDeviceIdByMonitoredAreaId(UUID) - Method in interface smartmobility.storage.MonitoredAreaRepository
 
getDeviceLatitude() - Method in class smartmobility.entity.MonitoredArea
Returns the latitude where the device is installed
getDeviceLatitude() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the latitude where the device is installed
getDeviceLatitude() - Method in class smartmobility.service.monitoredarea.MonitoredAreaRequest
Returns the latitude where the device is installed
getDeviceLongitude() - Method in class smartmobility.entity.MonitoredArea
Returns the longitude where the device is installed
getDeviceLongitude() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the longitude where the device is installed
getDeviceLongitude() - Method in class smartmobility.service.monitoredarea.MonitoredAreaRequest
Returns the longitude where the device is installed
getDiff() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the euclidean distance from the previous point on the trajectory
getDiff() - Method in class smartmobility.service.transit.CreateMovementRequest
Returns the euclidean distance from the previous point on the trajectory
getEnd() - Method in class smartmobility.entity.Transit
Returns the end time of the transit
getEnd() - Method in class smartmobility.entity.views.TransitView
Returns the end time of the transit
getFilteredMovementCount(UUID, boolean, Instant, boolean, Instant, double, double) - Method in interface smartmobility.storage.AggregatedMovementRepository
Returns the number of movements that would be returned by a call to AggregatedMovementRepository.getFilteredMovements(UUID, boolean, Instant, boolean, Instant, double, double) getFilteredMovements} with the same arguments The filterBySince and filterByUntil parameters are needed due to known bugs in the Hibernate adapter for PostgreSQL
getFilteredMovementCount(UUID, boolean, Instant, boolean, Instant, double, double) - Method in interface smartmobility.storage.DetectedObjectMovementRepository
Returns the number of movements that would be returned by a call to DetectedObjectMovementRepository.getFilteredMovements(UUID, boolean, Instant, boolean, Instant, double, double) getFilteredMovements} with the same arguments The filterBySince and filterByUntil parameters are needed due to known bugs in the Hibernate adapter for PostgreSQL
getFilteredMovements(UUID, boolean, Instant, boolean, Instant, double, double) - Method in interface smartmobility.storage.AggregatedMovementRepository
Returns movements filtered by the given criteria The filterBySince and filterByUntil parameters are needed due to known bugs in the Hibernate adapter for PostgreSQL
getFilteredMovements(UUID, boolean, Instant, boolean, Instant, double, double) - Method in interface smartmobility.storage.DetectedObjectMovementRepository
Returns movements filtered by the given criteria The filterBySince and filterByUntil parameters are needed due to known bugs in the Hibernate adapter for PostgreSQL
getFilteredMovementsWithTranistId(UUID, boolean, Instant, boolean, Instant, double, double) - Method in interface smartmobility.storage.DetectedObjectMovementRepository
Returns movements along with their transit IDs filtered by the given criteria.
getFilteredTrajectories(UUID, boolean, Instant, boolean, Instant, double, double) - Method in interface smartmobility.storage.AggregatedTrajectoryRepository
Returns aggregated trajectories filtered by the given criteria The filterBySince and filterByUntil parameters are needed due to known bugs in the Hibernate adapter for PostgreSQL
getFromX() - Method in class smartmobility.entity.AggregatedTrajectory
 
getFromY() - Method in class smartmobility.entity.AggregatedTrajectory
 
getHourlyTransits(UUID, Instant, Instant, TimeStepEnum) - Method in class smartmobility.service.areastatistics.NativeQueriesServiceBean
native query is used because of time_bucket_gapfill() function, see https://docs.timescale.com/v1.2/api#time_bucket_gapfill
getHourlyTransits(UUID, Instant, Instant, TimeStepEnum) - Method in interface smartmobility.storage.NativeQueriesService
Returns an iterable that contains the number of vehicles that passed through the given area during the given time interval, broken down per zone sequence and time period
getHourlyTransitsOnlyActive(UUID, Instant, Instant, TimeStepEnum) - Method in class smartmobility.service.areastatistics.NativeQueriesServiceBean
native query is used because of time_bucket_gapfill() function, see https://docs.timescale.com/v1.2/api#time_bucket_gapfill
getHourlyTransitsOnlyActive(UUID, Instant, Instant, TimeStepEnum) - Method in interface smartmobility.storage.NativeQueriesService
Returns an iterable that contains the number of vehicles that passed through the active zone sequences of given area during the given time interval, broken down per zone sequence and time period
getIceServers() - Method in class smartmobility.service.livestream.LiveStreamService.NewSessionInformation
Gets list of ICE servers.
getId() - Method in class smartmobility.entity.AggregatedMovement
Returns the ID of the movement
getId() - Method in class smartmobility.entity.AggregatedTrajectory
 
getId() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the ID of the movement
getId() - Method in class smartmobility.entity.DetectionParameters
Returns the ID of the detection parameters
getId() - Method in class smartmobility.entity.Device
Returns the ID of the device
getId() - Method in class smartmobility.entity.MonitoredArea
Returns the ID of the area
getId() - Method in class smartmobility.entity.Screenshot
Gets id of the screenshot.
getId() - Method in class smartmobility.entity.Transit
Returns the ID of the transit
getId() - Method in class smartmobility.entity.views.DeviceView
Returns the ID of the device
getId() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the ID of the area
getId() - Method in class smartmobility.entity.views.TransitView
Returns the ID of the transit
getId() - Method in class smartmobility.entity.views.ZoneSequenceView
Returns the ID of the zone sequence
getId() - Method in class smartmobility.entity.ZoneSequence
Returns the ID of the zone sequence
getId() - Method in class smartmobility.entity.ZoneSequenceStatistics
Returns the ID of the statistics
getId() - Method in class smartmobility.service.monitoredarea.MonitoredAreaRequest
 
getListOfMonitoredAreas() - Method in class smartmobility.controller.MonitoredAreaController
Returns an iterable of all monitored areas
getListOfMonitoredAreas() - Method in class smartmobility.service.monitoredarea.MonitoredAreaService
Returns an iterable of all monitored areas in the database
getMax() - Method in class smartmobility.util.MinMax
 
getMin() - Method in class smartmobility.util.MinMax
 
getMinMax() - Method in class smartmobility.util.ConditionalMinMax
 
getMonitoredArea(UUID) - Method in class smartmobility.controller.MonitoredAreaController
Returns the monitored area with the given ID
getMonitoredArea() - Method in class smartmobility.entity.DetectionParameters
 
getMonitoredArea() - Method in class smartmobility.entity.Screenshot
Gets monitored area of the screenshot.
getMonitoredArea(UUID) - Method in class smartmobility.service.monitoredarea.MonitoredAreaService
Returns the monitored area with the given ID
getMonitoredAreaID() - Method in class smartmobility.entity.views.TimeSeriesOfTransits
 
getMovementCountByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.controller.AggregatedMovementController
Returns the number of movements that would be returned by a call to getMovementsByAreaId with the same arguments
getMovementCountByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.controller.DetectedObjectMovementController
Returns the number of movements that would be returned by a call to getMovementsByAreaId with the same arguments
getMovementCountByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.service.detectedobjectmovement.DetectedObjectMovementService
Returns the number of movements that would be returned by a call to getMovementsByAreaId with the same arguments
getMovements() - Method in class smartmobility.entity.Transit
Returns the movements recorded during the transit
getMovements() - Method in class smartmobility.service.transit.CreateTransitRequest
 
getMovementsByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.controller.AggregatedMovementController
Returns movements filtered by the given criteria
getMovementsByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.controller.DetectedObjectMovementController
Returns movements filtered by the given criteria
getMovementsByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.service.detectedobjectmovement.DetectedObjectMovementService
Returns movements filtered by the given criteria
getMovementsByAreaIdGroupedByTransit(UUID, Instant, Instant, double, double) - Method in class smartmobility.controller.DetectedObjectMovementController
Returns movements filtered by the given criteria, grouped into lists based on what transit they belong to
getMovementsWithTransitsByAreaId(UUID, Instant, Instant, double, double) - Method in class smartmobility.service.detectedobjectmovement.DetectedObjectMovementService
Returns movements along with their transit IDs filtered by the given criteria.
getName() - Method in class smartmobility.entity.Device
Returns the name of the device
getName() - Method in class smartmobility.entity.MonitoredArea
Returns the name of the area
getName() - Method in class smartmobility.entity.views.DeviceView
Returns the name of the device
getName() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the name of the area
getName() - Method in class smartmobility.entity.views.ZoneSequenceView
Returns the name of the zone sequence
getName() - Method in class smartmobility.entity.views.ZoneView
Returns the name of the zone
getName() - Method in class smartmobility.entity.Zone
Returns the name of the zone
getName() - Method in class smartmobility.entity.ZoneSequence
 
getName() - Method in class smartmobility.service.monitoredarea.MonitoredAreaRequest
Returns the name of the area
getName() - Method in class smartmobility.service.zone.ZoneRequest
 
getNewSession(UUID) - Method in class smartmobility.controller.LiveStreamController
Create a new session for communication with specific device.
getNewSession(UUID) - Method in class smartmobility.service.livestream.LiveStreamService
Create a new session for communication with specific device.
getNextZoneNumber(UUID) - Method in interface smartmobility.storage.ZoneRepository
 
getNumberOfActiveStreams() - Method in class smartmobility.entity.views.SimpleMonitoredAreaView
Returns the number of active streams for monitored area
getNumberOfSessionsForDevice(UUID) - Method in class smartmobility.service.livestream.LiveStreamService
Counts active livestream sessions to specific device.
getPasses() - Method in class smartmobility.service.areastatistics.AreaStatistics
 
getPassTimes() - Method in class smartmobility.service.transit.CreateTransitRequest
 
getPoints() - Method in class smartmobility.entity.views.AggregatedTrajectoryView
 
getPoints() - Method in class smartmobility.util.PolygonReal2D
Returns the list of points on the polygon
getPosition() - Method in class smartmobility.entity.AggregatedMovement
Returns the camera coordinates
getPosition() - Method in class smartmobility.entity.views.MovementView
 
getPosition() - Method in class smartmobility.entity.views.MovementWithTransitView
 
getPositionX() - Method in class smartmobility.entity.AggregatedMovement
Returns the camera screen x coordinate
getPositionX() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the camera screen x coordinate
getPositionY() - Method in class smartmobility.entity.AggregatedMovement
Returns the camera screen y coordinate
getPositionY() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the camera screen y coordinate
getReceiveTime() - Method in class smartmobility.entity.Transit
Returns the time when the transit was registered by the server
getReceiveTime() - Method in class smartmobility.entity.views.TransitView
Returns the time when the transit was registered by the server
getScreenshot(UUID, Boolean) - Method in class smartmobility.controller.ScreenshotController
Lazily returns a screenshot of the monitored area.
getScreenshotAsync(UUID, UUID, boolean) - Method in class smartmobility.service.screenshots.ScreenshotsService
Gets screenshot for monitored area id (and the associated device id).
getScreenshotData() - Method in class smartmobility.entity.Screenshot
Gets screenshot data.
getSessionId() - Method in class smartmobility.service.livestream.LiveStreamService.NewSessionInformation
Gets the session ID.
getSpeed() - Method in class smartmobility.entity.AggregatedMovement
Returns the speed scalar
getSpeed() - Method in class smartmobility.entity.AggregatedTrajectory
 
getSpeed() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the speed scalar
getStart() - Method in class smartmobility.entity.Transit
Returns the start time of the transit
getStart() - Method in class smartmobility.entity.views.TransitView
Returns the start time of the transit
getStatistics() - Method in class smartmobility.entity.ZoneSequence
Returns the statistics related to the zone sequence
getSyncToken(T) - Method in class smartmobility.util.sync.SyncTokenManager
Returns a synchronization token associated with the given value.
getTime() - Method in class smartmobility.entity.AggregatedMovement
Returns the time when the detected object passed through the point
getTime() - Method in class smartmobility.entity.AggregatedTrajectory
 
getTime() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the time when the detected object passed through the point
getTime() - Method in class smartmobility.service.transit.CreateMovementRequest
Returns the time when the detected object passed through the point
getTimes() - Method in class smartmobility.entity.views.TimeSeriesOfTransits
 
getTimeSince() - Method in class smartmobility.entity.views.StatisticsView
Returns the beginning of the time interval to which the statistcis are related
getTimeSince() - Method in class smartmobility.entity.views.TransitStatisticsWithTime
 
getTimeSince() - Method in class smartmobility.entity.ZoneSequenceStatistics
Returns the beginning of the time interval to which the statistcis are related
getTimeStepString() - Method in enum smartmobility.util.TimeStepEnum
 
getTotalVehiclePassed(UUID, Instant, Instant) - Method in class smartmobility.service.areastatistics.AreaStatisticsService
 
getTotalVehiclePassed(UUID, Instant, Instant) - Method in interface smartmobility.storage.ZoneSequenceStatisticsRepository
Returns the number of vehicles passed during the given time interval via the given ZoneSequence
getToX() - Method in class smartmobility.entity.AggregatedTrajectory
 
getToY() - Method in class smartmobility.entity.AggregatedTrajectory
 
getTransit() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the transit related to the detected object's movement
getTransitCountByMonitoredAreaIdAndTime(UUID, Instant, Instant) - Method in interface smartmobility.storage.ZoneSequenceStatisticsRepository
Returns an iterable that contains the number of vehicles that passed through the given area during the given time interval, broken down per zone sequence
getTransitId() - Method in class smartmobility.entity.views.MovementWithTransitView
 
getTransits() - Method in class smartmobility.entity.views.TimeSeriesOfTransits
 
getTransits() - Method in class smartmobility.entity.ZoneSequence
Returns the transits that went through the zone sequence
getTransits() - Method in class smartmobility.service.areastatistics.AreaStatistics
 
getTransits() - Method in class smartmobility.service.areastatistics.PassStatistics
 
getVehiclePassed() - Method in class smartmobility.entity.views.StatisticsView
Returns the number of vehicles that have passed during the observed time interval
getVehiclePassed() - Method in class smartmobility.entity.ZoneSequenceStatistics
Returns the number of vehicles that have passed during the observed time interval
getVehiclePassedByTransit(UUID, Instant, Instant, boolean) - Method in class smartmobility.service.areastatistics.AreaStatisticsService
Returns an iterable that contains the number of vehicles that passed through the given area during the given time interval, broken down per zone sequence
getVehiclePassedByTransitAndTime(UUID, Instant, Instant, boolean, TimeStepEnum) - Method in class smartmobility.service.areastatistics.AreaStatisticsService
Returns an iterable that contains the number of vehicles that passed through the given area during the given time interval, broken down per zone sequence and time period
getVelocity() - Method in class smartmobility.service.transit.CreateMovementRequest
Returns the velocity vector of the object in the given point
getVelocityRangeByArea(UUID, Instant, Instant) - Method in class smartmobility.controller.AggregatedMovementController
Returns the smallest and larges velocity recorded in the given area.
getVelocityRangeByArea(UUID, Instant, Instant) - Method in class smartmobility.controller.DetectedObjectMovementController
Returns the smallest and larges velocity recorded in the given area.
getVelocityRangeByArea(UUID, Instant, Instant, long) - Method in class smartmobility.controller.DetectedObjectMovementController
Returns the smallest and larges velocity recorded in the given area.
getVelocityRangeByArea(UUID, Instant, Instant) - Method in class smartmobility.service.detectedobjectmovement.DetectedObjectMovementService
Returns the smallest and larges velocity recorded in the given area.
getVelocityRangeByArea(UUID, boolean, Instant, boolean, Instant) - Method in interface smartmobility.storage.AggregatedMovementRepository
Returns the smallest and larges velocity recorded in the given area.
getVelocityRangeByArea(UUID, boolean, Instant, boolean, Instant) - Method in interface smartmobility.storage.DetectedObjectMovementRepository
Returns the smallest and larges velocity recorded in the given area.
getVelocityX() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the x component of the velocity of the object in the given point (in pixels per second)
getVelocityY() - Method in class smartmobility.entity.DetectedObjectMovement
Returns the y component of the velocity of the object in the given point (in pixels per second)
getWeight() - Method in class smartmobility.entity.AggregatedMovement
Returns the number of points that have been aggregated into this object
getWeight() - Method in class smartmobility.entity.AggregatedTrajectory
 
getWeight() - Method in class smartmobility.entity.views.AggregatedTrajectoryView
 
getWeight() - Method in class smartmobility.entity.views.MovementView
 
getWorldCenter() - Method in class smartmobility.entity.views.ZoneWithCenterView
 
getWorldVertices() - Method in class smartmobility.entity.views.ZoneView
Returns the coordinates of the zone cameraVertices in the world
getWorldVertices() - Method in class smartmobility.entity.Zone
Returns the coordinates of the zone cameraVertices in the world
getWorldVertices() - Method in class smartmobility.service.zone.ZoneRequest
 
getX() - Method in class smartmobility.service.transit.CreateMovementRequest
Returns the camera screen x coordinate
getX() - Method in class smartmobility.util.Point2D
Returns the horizontal coordinate of the point
getX() - Method in class smartmobility.util.PointReal2D
Returns the horizontal coordinate of the point
getY() - Method in class smartmobility.service.transit.CreateMovementRequest
Returns the camera screen y coordinate
getY() - Method in class smartmobility.util.Point2D
Returns the vertical coordinate of the point
getY() - Method in class smartmobility.util.PointReal2D
Returns the vertical coordinate of the point
getZone(UUID, int) - Method in class smartmobility.controller.ZoneController
Returns object representing a specific zone
getZoneNames() - Method in class smartmobility.entity.views.TimeSeriesOfVehiclePassed
 
getZoneNumber() - Method in class smartmobility.entity.views.ZoneView
Returns the unique identifier of the zone within its area
getZoneNumber() - Method in class smartmobility.entity.Zone
Returns the unique identifier of the zone within its area
getZoneNumbers() - Method in class smartmobility.entity.views.TimeSeriesOfVehiclePassed
 
getZoneNumbers() - Method in class smartmobility.entity.views.TransitStatisticsWithTime
 
getZoneNumbers() - Method in class smartmobility.entity.views.ZoneSequenceView
Returns the ordered sequence of zone identifiers represented by this entity
getZoneNumbers() - Method in class smartmobility.entity.ZoneSequence
Returns the ordered sequence of zone identifiers represented by this entity
getZoneNumbers() - Method in class smartmobility.service.transit.CreateTransitRequest
 
getZoneNumbersAsIntArray() - Method in class smartmobility.service.transit.CreateTransitRequest
 
getZoneNumbersSequence() - Method in class smartmobility.entity.views.TransitStatistics
Returns the zone numbers
getZones(UUID, boolean) - Method in class smartmobility.controller.ZoneController
Returns all zones of the given area
getZones() - Method in class smartmobility.entity.MonitoredArea
Returns the zoneNumbersSequence that are watched in the area
getZones() - Method in class smartmobility.entity.views.MonitoredAreaView
Returns the zones that are watched in the area
getZones() - Method in class smartmobility.service.areastatistics.AreaStatistics
 
getZoneSequence() - Method in class smartmobility.entity.Transit
Returns the zone sequence through which the transit happened
getZoneSequence() - Method in class smartmobility.entity.views.StatisticsView
Returns the zone sequence to which the statistics are tied
getZoneSequence() - Method in class smartmobility.entity.views.TransitView
Returns the zone sequence through which the transit happened
getZoneSequence() - Method in class smartmobility.entity.ZoneSequenceStatistics
Returns the zone sequence to which the statistics are tied
getZoneSequences() - Method in class smartmobility.entity.MonitoredArea
Returns the zone sequences related to the area
getZoneSequences() - Method in class smartmobility.entity.views.MonitoredAreaView
Returns the zone sequences related to the area
A C D E F G H I L M N O P R S T U V Z 
Skip navigation links