Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

PipeInt.java

00001 class PipeInt 
00002 {
00003      public static Stage2 quantification$s;
00004      
00005      public static void main (java.lang.String[] args)
00006      {
00007           Heap.c1 = new Connector();
00008           Heap.c2 = new Connector();
00009           (new Stage1()).start();
00010           Heap.c3 = new Connector();
00011           if (quantification$s  == null)
00012           if (Bandera.choose())
00013           quantification$s = new Stage2();
00014           (new Stage2()).start();
00015           Heap.c4 = new Connector();
00016           (new Stage3()).start();
00017           (new Listener()).start();
00018           for (int i = 1; i < 100; i = (i + 1))
00019           {
00020                Heap.c1.add(i);
00021           }
00022           Heap.c1.stop();
00023      }
00024 }

Generated at Thu Feb 7 06:51:59 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001