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

Constructor Index

 o BlocksTest()

Method Index

 o main(String[])
Main entry point for the application.
 o run()
The main body of this process.

Constructors

 o BlocksTest
 public BlocksTest()

Methods

 o run
 public void run()
The main body of this process.

 o main
 public static void main(String argv[])
Main entry point for the application.


All Packages  Class Hierarchy  This Package  Previous  Next  Index