Uses of Class
jmri.jmrit.ctc.LockedRoute
-
Packages that use LockedRoute Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching. -
-
Uses of LockedRoute in jmri.jmrit.ctc
Fields in jmri.jmrit.ctc declared as LockedRoute Modifier and Type Field Description LockedRoute
TrafficLockingInfo. _mLockedRoute
Methods in jmri.jmrit.ctc that return LockedRoute Modifier and Type Method Description LockedRoute
LockedRoutesManager. checkRouteAndAllocateIfAvailable(java.util.HashSet<Sensor> sensors, java.lang.String osSectionDescription, java.lang.String ruleDescription, boolean rightTraffic)
Call this routine with a set of resources that need to be checked against the presently allocated resources.Methods in jmri.jmrit.ctc with parameters of type LockedRoute Modifier and Type Method Description LockedRoute.AnyInCommonReturn
LockedRoute. anyInCommon(LockedRoute lockedRoute, boolean checkDirection, boolean rightTraffic)
Checks the sensors passed in as object type "LockedRoute" against the sensors in this object.void
LockedRoutesManager. cancelLockedRoute(LockedRoute lockedRoute)
This routine frees all resources allocated by the passed lockedRoute (listeners primarily) and then removes it from our "_mArrayListOfLockedRoutes".void
LockedRoute. mergeRoutes(LockedRoute newLockedRoute)
The higher level called us to merge "newLockedRoute" sensors into "this" object.
-