Class TestTypeLattice


  • public class TestTypeLattice
    extends java.lang.Object
    Test multiple threads on a TypeLattice.
    Since:
    Ptolemy II 6.1
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Constructor Summary

      Constructors 
      Constructor Description
      TestTypeLattice()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Create many threads and call bottom on the basic TypeLattice.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestTypeLattice

        public TestTypeLattice()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Create many threads and call bottom on the basic TypeLattice.
        Parameters:
        args - Ignored
        Throws:
        java.lang.Exception - If there is a problem creating the threads or calling bottom() on the TypeLattice.