Package ptolemy.kernel.test
Class TestSerializable
- java.lang.Object
-
- ptolemy.kernel.test.TestSerializable
-
public class TestSerializable extends java.lang.Object
This class constructs a system from the Ptolemy II design document, Figure 8, saves it to a file and then reloads it.- Since:
- Ptolemy II 0.2
- Version:
- $Id$
- Author:
- Christopher Hylands
- Pt.AcceptedRating:
- Red
- Pt.ProposedRating:
- Red
-
-
Constructor Summary
Constructors Constructor Description TestSerializable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Create an Example System, then print it out.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws NameDuplicationException, IllegalActionException
Create an Example System, then print it out.- Throws:
NameDuplicationException
- if the example system cannot be built because of a duplicate nameIllegalActionException
- if the example system cannot be built.
-
-