Uses of Class
jist.swans.app.lang.SimtimeThread

Packages that use SimtimeThread
jist.swans.app Application layer entity of SWANS simulator and related classes. 
jist.swans.app.lang   
 

Uses of SimtimeThread in jist.swans.app
 

Methods in jist.swans.app that return SimtimeThread
 SimtimeThread AppInterface.ThreadedApp.getCurrentThread()
          Get current thread from thread context.
 SimtimeThread AppJava.getCurrentThread()
          Get current thread from thread context.
 

Methods in jist.swans.app with parameters of type SimtimeThread
 void AppInterface.ThreadedApp.setCurrentThread(SimtimeThread t)
          Set current thread in thread context.
 void AppJava.setCurrentThread(SimtimeThread thread)
          Set current thread in thread context.
 

Uses of SimtimeThread in jist.swans.app.lang
 

Methods in jist.swans.app.lang that return SimtimeThread
static SimtimeThread SimtimeThread.currentThread()