Package ptolemy.actor

Interface SuperdenseTimeDirector

    • Method Detail

      • getIndex

        int getIndex()
        Return a superdense time index for the current time.
        Returns:
        A superdense time object.
        See Also:
        setIndex(int)
      • setIndex

        void setIndex​(int index)
               throws IllegalActionException
        Set the superdense time index. This should only be called by an enclosing director.
        Parameters:
        index - The index of the superdense time object. Events that occur at the same time have different indicies.
        Throws:
        IllegalActionException - If the specified index is invalid.
        See Also:
        getIndex()