Uses of Class
model.Route
Packages that use Route
Package
Description
-
Uses of Route in command.logic.external.reciever
Methods in command.logic.external.reciever that return RouteConstructor parameters in command.logic.external.reciever with type arguments of type RouteModifierConstructorDescriptionArgumentRouteCommandReceiver
(ModuleHandler<Route> handler, ApplicationResponseProvider<CommandStatusResponse>... providers) -
Uses of Route in command.manager.commands
Methods in command.manager.commands with parameters of type Route -
Uses of Route in database.logic.element
Classes in database.logic.element with type parameters of type RouteMethods in database.logic.element with type parameters of type RouteModifier and TypeMethodDescription<T extends Collection<Route>>
TDBIntegrationUtility.getAccessibleCollection
(long callerID, Supplier<T> constructor) Methods in database.logic.element with parameters of type RouteModifier and TypeMethodDescriptionprotected boolean
DBCollectionManager.addElementToDataBase
(Route route) DBIntegrationUtility.addRouteToDBAndCollection
(Route route, long creatorID) protected boolean
DBCollectionManager.updateElementInDataBase
(Route route, Long id) DBIntegrationUtility.updateElementInDBAndCollection
(Route route, long elementID, long creatorID) -
Uses of Route in gui.component.util
Methods in gui.component.util that return RouteConstructors in gui.component.util with parameters of type Route -
Uses of Route in gui.controller.main.callback
Methods in gui.controller.main.callback that return types with arguments of type Route -
Uses of Route in gui.controller.visualization.callback
Methods in gui.controller.visualization.callback with parameters of type Route -
Uses of Route in gui.frame
-
Uses of Route in gui.model
-
Uses of Route in listen.provider
Method parameters in listen.provider with type arguments of type RouteModifier and TypeMethodDescriptionvoid
CollectionActionsListener.listenAdd
(Collection<? extends Route> addedElements) -
Uses of Route in model
-
Uses of Route in model.collection.actions
Methods in model.collection.actions that return types with arguments of type RouteModifier and TypeMethodDescriptionCollection<? extends Route>
AddCollectionAction.getNewElements()
Constructor parameters in model.collection.actions with type arguments of type RouteModifierConstructorDescriptionAddCollectionAction
(Collection<? extends Route> newElements, HashMap<Long, Long> newOwners) -
Uses of Route in model.comparator
Methods in model.comparator with parameters of type Route -
Uses of Route in model.handler
Methods in model.handler that return RouteModifier and TypeMethodDescriptionRoutesHandler.getFirstOrNew()
Returns first element of collection.RoutesHandler.getLastElement()
Returns last element of collection.RoutesHandler.getMax
(Comparator<Route> comparator) Gets max element by given comparatorRoutesHandler.getMin
(Comparator<Route> comparator) Gets min element by given comparatorMethods in model.handler that return types with arguments of type RouteModifier and TypeMethodDescriptionRoutesHandler.getCollection()
Returns actual collection reference.RoutesHandler.getListeners()
RoutesHandler.getSorted()
Methods in model.handler with parameters of type RouteModifier and TypeMethodDescriptionvoid
RoutesHandler.addElementToCollection
(Route e) Adds element to collection.Method parameters in model.handler with type arguments of type RouteModifier and TypeMethodDescriptionvoid
RoutesHandler.addCollectionListener
(CollectionUpdateListener<Route> listener) RoutesHandler.getMax
(Comparator<Route> comparator) Gets max element by given comparatorRoutesHandler.getMin
(Comparator<Route> comparator) Gets min element by given comparatorvoid
RoutesHandler.listenAdd
(Collection<? extends Route> addedElements) void
RoutesHandler.setCollection
(HashSet<Route> routes) Overrides current collection by provided value. -
Uses of Route in model.handler.mode.cli
Methods in model.handler.mode.cli that return RouteModifier and TypeMethodDescriptionRouteCLIHandler.buildObject()
Method for create fully validated objects by CLI (userMode). -
Uses of Route in model.handler.mode.gui
Methods in model.handler.mode.gui that return Route -
Uses of Route in model.handler.mode.stream
Methods in model.handler.mode.stream that return Route -
Uses of Route in model.validator
Methods in model.validator with parameters of type Route -
Uses of Route in request
-
Uses of Route in response
-
Uses of Route in util
Modifier and TypeMethodDescriptionstatic String
RouteFieldGetUtil.getStr
(Route route, RouteFields field) static void
RouteFieldToRoute.setField
(Route route, RouteFields routeField, Object newValue) static void
RouteFieldSetters.setValue
(Route route, RouteFields routeField, Object value)