Uses of Class
jmri.jmrit.logixng.util.LogixNG_Thread
-
Packages that use LogixNG_Thread Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation jmri.jmrit.logixng.util -
-
Uses of LogixNG_Thread in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return LogixNG_Thread Modifier and Type Method Description LogixNG_ThreadConditionalNG. getCurrentThread()Get the thread that this conditionalNG executes on. -
Uses of LogixNG_Thread in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return LogixNG_Thread Modifier and Type Method Description LogixNG_ThreadDefaultConditionalNG. getCurrentThread()Get the thread that this conditionalNG executes on. -
Uses of LogixNG_Thread in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util that return LogixNG_Thread Modifier and Type Method Description static LogixNG_ThreadLogixNG_Thread. createNewThread(int threadID, java.lang.String name)static LogixNG_ThreadLogixNG_Thread. createNewThread(java.lang.String name)static LogixNG_ThreadLogixNG_Thread. getThread(int threadID)Methods in jmri.jmrit.logixng.util that return types with arguments of type LogixNG_Thread Modifier and Type Method Description static java.util.Collection<LogixNG_Thread>LogixNG_Thread. getThreads()Methods in jmri.jmrit.logixng.util with parameters of type LogixNG_Thread Modifier and Type Method Description static voidLogixNG_Thread. deleteThread(LogixNG_Thread thread)
-