Uses of Class
jmri.jmrit.ussctc.LockLogger
-
Packages that use LockLogger Package Description jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of LockLogger in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as LockLogger Modifier and Type Field Description static LockLoggerLock. debugLockLoggerstatic LockLoggerLock. signalLockLoggerstatic LockLoggerLock. turnoutLockLoggerMethods in jmri.jmrit.ussctc with parameters of type LockLogger Modifier and Type Method Description static booleanLock. checkLocksClear(java.util.List<Lock> locks, LockLogger lockLogger)Check a collection of Locks, handling the logging etc as needed.booleanCombinedLock. isLockClear(LockLogger lockLogger)Test the lock conditionsbooleanLock. isLockClear(LockLogger lockLogger)Test the lock conditionsbooleanOccupancyLock. isLockClear(LockLogger lockLogger)Test the lock conditionsbooleanRouteLock. isLockClear(LockLogger lockLogger)Test the lock conditionsbooleanTimeLock. isLockClear(LockLogger lockLogger)Test the lock conditionsbooleanTrafficLock. isLockClear(LockLogger lockLogger)Test the lock conditionsbooleanTrafficRelay. isLockClear(LockLogger lockLogger)Test for new conditionbooleanTurnoutLock. isLockClear(LockLogger lockLogger)Test the lock conditions
-