Uses of Enum Class
com.nnamo.enums.Direction
Packages that use Direction
-
Uses of Direction in com.nnamo.controllers
Methods in com.nnamo.controllers with parameters of type DirectionModifier and TypeMethodDescriptionstatic void
MapController.renderRoutesVehicles
(List<StopModel> stopModels, RealtimeGtfsService realtimeService, MainFrame mainFrame, DatabaseService db, String routeId, Direction direction) -
Uses of Direction in com.nnamo.enums
Methods in com.nnamo.enums that return DirectionModifier and TypeMethodDescriptionstatic Direction
Direction.getDirection
(int directionIndex) static Direction
Returns the enum constant of this class with the specified name.static Direction[]
Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Direction in com.nnamo.models
Methods in com.nnamo.models that return DirectionModifier and TypeMethodDescriptionRouteDirection.getDirection()
Gets the direction of the route.TripModel.getDirection()
Gets the direction of the trip.Methods in com.nnamo.models with parameters of type DirectionModifier and TypeMethodDescriptionvoid
RouteDirection.setDirection
(Direction direction) Sets the direction of the route.Constructors in com.nnamo.models with parameters of type DirectionModifierConstructorDescriptionRouteDirection
(String id, AgencyModel agency, String longName, String shortName, RouteType routeType, Direction direction, String directionName) Constructs a RouteDirection with all required fields.Constructs a TripModel with the specified parameters. -
Uses of Direction in com.nnamo.services
Methods in com.nnamo.services with parameters of type DirectionModifier and TypeMethodDescriptionDatabaseService.getDirectionTrip
(String routeId, Direction direction) Get a trip for a specific route and directionDatabaseService.getOrderedStopsForRoute
(String routeId, Direction direction) Get ordered stops for a route in a specific directionList
<com.google.transit.realtime.GtfsRealtime.VehiclePosition> RealtimeGtfsService.getRoutesVehiclePositions
(String routeId, Direction requestedDirection) DatabaseService.getStaticPosition
(String routeId, Direction direction, LocalTime fromTime)