Package jadex.commons.concurrent
Class ThreadTest
- java.lang.Object
-
- jadex.commons.concurrent.ThreadTest
-
public class ThreadTest extends java.lang.Object
This test class shows how the thread based scheduler works. The main thread represents the scheduler and schedules thread randomly.
-
-
Constructor Summary
Constructors Constructor Description ThreadTest()
Create a new thread test.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main for testing.
-