All Packages Class Hierarchy This Package Previous Next Index
Class test.jcsp.BlocksTest
java.lang.Object
|
+----test.jcsp.BlocksTest
- public class BlocksTest
- extends Object
- implements CSProcess
Process Diagram
External View
____________
| |
| BlocksTest |
|____________|
Internal View
_______________________________________________
| |
| ___________ _________ _________ |
| | | a | | b | | |
| | Squares |-->--| |-->--| Printer | |
| |___________| |_________| |_________| |
| |
| BlocksTest |
|_______________________________________________|
Description
The BlocksTest process is designed to test some of the building blocks.
- Author:
- P.D.Austin
-
BlocksTest()
-
-
main(String[])
- Main entry point for the application.
-
run()
- The main body of this process.
BlocksTest
public BlocksTest()
run
public void run()
- The main body of this process.
main
public static void main(String argv[])
- Main entry point for the application.
All Packages Class Hierarchy This Package Previous Next Index