Class ThreadTest

java.lang.Object
jadex.concurrent.ThreadTest

public class ThreadTest extends Object
This test class shows how the thread based scheduler works. The main thread represents the scheduler and schedules thread randomly.
  • Constructor Details

    • ThreadTest

      public ThreadTest()
      Create a new thread test.
  • Method Details

    • main

      public static void main(String[] args)
      Main for testing.