|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.domains.ptera.kernel.Event.RefiringData
public static class Event.RefiringData
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().
Red (tfeng) |
Yellow (tfeng) |
Field Summary | |
---|---|
private double |
_timeAdvance
The time advance. |
Constructor Summary | |
---|---|
Event.RefiringData(double timeAdvance)
Construct a refiring data structure. |
Method Summary | |
---|---|
double |
getTimeAdvance()
Return the time advance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double _timeAdvance
Constructor Detail |
---|
public Event.RefiringData(double timeAdvance)
timeAdvance
- The time advance for the next refire() call.Method Detail |
---|
public double getTimeAdvance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |