Uses of Class
model.Route
Package
Description
-
Uses of Route in command.logic.external.reciever
ModifierConstructorDescriptionArgumentRouteCommandReceiver
(ModuleHandler<Route> handler, ApplicationResponseProvider<CommandStatusResponse>... providers) -
Uses of Route in command.manager.commands
-
Uses of Route in database.logic.element
Modifier and TypeMethodDescription<T extends Collection<Route>>
TDBIntegrationUtility.getAccessibleCollection
(long callerID, Supplier<T> constructor) Modifier 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
-
Uses of Route in gui.controller.main.callback
-
Uses of Route in gui.controller.visualization.callback
-
Uses of Route in gui.frame
-
Uses of Route in gui.model
-
Uses of Route in listen.provider
Modifier and TypeMethodDescriptionvoid
CollectionActionsListener.listenAdd
(Collection<? extends Route> addedElements) -
Uses of Route in model
-
Uses of Route in model.collection.actions
Modifier and TypeMethodDescriptionCollection<? extends Route>
AddCollectionAction.getNewElements()
ModifierConstructorDescriptionAddCollectionAction
(Collection<? extends Route> newElements, HashMap<Long, Long> newOwners) -
Uses of Route in model.comparator
-
Uses of Route in model.handler
Modifier 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 comparatorModifier and TypeMethodDescriptionRoutesHandler.getCollection()
Returns actual collection reference.RoutesHandler.getListeners()
RoutesHandler.getSorted()
Modifier and TypeMethodDescriptionvoid
RoutesHandler.addElementToCollection
(Route e) Adds element to collection.Modifier 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
Modifier and TypeMethodDescriptionRouteCLIHandler.buildObject()
Method for create fully validated objects by CLI (userMode). -
Uses of Route in model.handler.mode.gui
-
Uses of Route in model.handler.mode.stream
-
Uses of Route in model.validator
-
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)