Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RefiringData

        public RefiringData​(double timeAdvance)
        Construct a refiring data structure.
        Parameters:
        timeAdvance - The time advance for the next refire() call.
    • Method Detail

      • getTimeAdvance

        public double getTimeAdvance()
        Return the time advance.
        Returns:
        The time advance.