Uses of Class
jmri.jmrit.ctc.LockedRoute.AnyInCommonReturn
-
Packages that use LockedRoute.AnyInCommonReturn Package Description jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching. -
-
Uses of LockedRoute.AnyInCommonReturn in jmri.jmrit.ctc
Methods in jmri.jmrit.ctc that return LockedRoute.AnyInCommonReturn 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.static LockedRoute.AnyInCommonReturn
LockedRoute.AnyInCommonReturn. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LockedRoute.AnyInCommonReturn[]
LockedRoute.AnyInCommonReturn. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-