Uses of Interface
jmri.Route
Packages that use Route
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
Provides table GUI for manipulating NamedBean objects: Turnouts,
Sensors, SignalHeads.
Provides implementations of various JMRI managers.
-
Uses of Route in apps.startup
Methods in apps.startup that return Route -
Uses of Route in jmri
Modifier and TypeMethodDescriptionRouteManager.getBySystemName(String s) RouteManager.getByUserName(String s) Locate via user name, then system name if needed.Create a new Route if the route does not exist.RouteManager.provideRoute(String systemName, String userName) Provides existing Route by UserName then SystemName if one exists.Modifier and TypeMethodDescriptionvoidRouteManager.deleteRoute(Route r) Delete Route by removing it from the manager. -
Uses of Route in jmri.implementation
Classes in jmri.implementation that implement RouteModifier and TypeClassDescriptionclassClass providing the basic logic of the Route interface.Methods in jmri.implementation with parameters of type RouteModifier and TypeMethodDescription(package private) voidDefaultConditionalExecute.triggerRoute(ConditionalAction action, Route r, Reference<Integer> actionCount, List<String> errorList) -
Uses of Route in jmri.jmrit.beantable
Methods in jmri.jmrit.beantable that return RouteModifier and TypeMethodDescriptionRouteTableDataModel.getBySystemName(String name) RouteTableDataModel.getByUserName(String name) Methods in jmri.jmrit.beantable with parameters of type Route -
Uses of Route in jmri.jmrit.beantable.routetable
Fields in jmri.jmrit.beantable.routetable declared as RouteMethods in jmri.jmrit.beantable.routetable with parameters of type RouteModifier and TypeMethodDescriptionprotected voidAbstractRouteAddEditFrame.setControlInformation(Route g) Set the Sensor, Turnout, and delay control information for adding or editing.protected voidAbstractRouteAddEditFrame.setPageContent(Route route) Populate the page fields.protected voidAbstractRouteAddEditFrame.setSensorInformation(Route g) Sets the Sensor information for adding or editing.protected voidAbstractRouteAddEditFrame.setTurnoutInformation(Route g) Set the Turnout information for adding or editing. -
Uses of Route in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return types with arguments of type Route -
Uses of Route in jmri.managers
Methods in jmri.managers that return RouteModifier and TypeMethodDescriptionMethod to get an existing Route.Create a new Route if the route does not exist.Provide Route by System Name.DefaultRouteManager.provideRoute(String systemName, String userName) Provides existing Route by UserName then SystemName if one exists.Methods in jmri.managers that return types with arguments of type RouteModifier and TypeMethodDescriptionDefaultRouteManager.getNamedBeanClass()Get the class of NamedBean supported by this Manager.Methods in jmri.managers with parameters of type RouteModifier and TypeMethodDescriptionvoidDefaultRouteManager.deleteRoute(Route r) Remove an existing route. -
Uses of Route in jmri.server.json.route
Methods in jmri.server.json.route that return types with arguments of type RouteModifier and TypeMethodDescriptionprotected ProvidingManager<Route>JsonRouteHttpService.getProvidingManager()Methods in jmri.server.json.route with parameters of type RouteModifier and TypeMethodDescriptionprotected voidJsonRouteSocketService.addListenerToBean(Route bean) com.fasterxml.jackson.databind.node.ObjectNodeJsonRouteHttpService.doGet(Route route, String name, String type, JsonRequest request) com.fasterxml.jackson.databind.node.ObjectNodeJsonRouteHttpService.doPost(Route route, String name, String type, com.fasterxml.jackson.databind.JsonNode data, JsonRequest request) Respond to an HTTP POST request for the requested route.