Package ptolemy.kernel.util.test.system
Class TestDE
- java.lang.Object
-
- ptolemy.kernel.util.test.system.TestDE
-
public class TestDE extends java.lang.Object
Test for ChangeRequest in the DE domain.- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Edward A. Lee
- See Also:
ChangeRequest
- Pt.AcceptedRating:
- Red (reviewmoderator)
- Pt.ProposedRating:
- Red (eal)
-
-
Constructor Summary
Constructors Constructor Description TestDE()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doublePeriod()
Double the period of the clock.java.util.Enumeration
finish()
Finish a run.void
insertClock()
Insert a new clock.void
start()
Start a run.
-
-
-
Constructor Detail
-
TestDE
public TestDE() throws IllegalActionException, NameDuplicationException
Constructor.
-
-
Method Detail
-
doublePeriod
public void doublePeriod()
Double the period of the clock. Note that this will take after the next event is processed, because the next firing has already been queued.
-
finish
public java.util.Enumeration finish() throws KernelException
Finish a run. Return the time of the output events.- Throws:
KernelException
-
insertClock
public void insertClock()
Insert a new clock.
-
start
public void start() throws KernelException
Start a run.- Throws:
KernelException
-
-