Package ptolemy.data.type.test
Class TestTypeLattice
- java.lang.Object
-
- ptolemy.data.type.test.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.
-