Package ptolemy.domains.ptera.kernel
Class Event.RefiringData
- java.lang.Object
-
- ptolemy.domains.ptera.kernel.Event.RefiringData
-
- Enclosing class:
- Event
public static class Event.RefiringData extends java.lang.Object
A data structure to store the model time advance for the refire() method to be called. This data structure is returned by fire() and refire().- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Thomas Huining Feng
- Pt.AcceptedRating:
- Red (tfeng)
- Pt.ProposedRating:
- Yellow (tfeng)
-
-
Constructor Summary
Constructors Constructor Description RefiringData(double timeAdvance)
Construct a refiring data structure.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getTimeAdvance()
Return the time advance.
-