Class DummyDisplay

    • Method Detail

      • iterate

        public int iterate​(int iterationCount,
                           boolean fireExclusive)
                    throws IllegalActionException
        Iterates the dummy display actor.
        Specified by:
        iterate in interface BufferingProfile
        Parameters:
        iterationCount - The number of iterations to perform.
        fireExclusive - Indicates whether firing is exclusive.
        Returns:
        NOT_READY, STOP_ITERATING, or COMPLETED.
        Throws:
        IllegalActionException - If iterating is not permitted, or if prefire(), fire(), or postfire() throw it.
      • sharedBuffers

        public int sharedBuffers()
        Provides the buffering profile, number of buffers required for a shared firing.
        Specified by:
        sharedBuffers in interface BufferingProfile
        Returns:
        number of buffers for shared firing
      • exclusiveBuffers

        public int exclusiveBuffers()
        Provides the buffering profile, number of buffers required for an exclusive firing.
        Specified by:
        exclusiveBuffers in interface BufferingProfile
        Returns:
        number of buffers for exclusive firing
      • sharedExecutionTime

        public int sharedExecutionTime()
        Provides the buffering profile, execution time estimate required for a shared firing.
        Specified by:
        sharedExecutionTime in interface BufferingProfile
        Returns:
        execution time for shared firing
      • exclusiveExecutionTime

        public int exclusiveExecutionTime()
        Provides the buffering profile, execution time estimate required for an exclusive firing.
        Specified by:
        exclusiveExecutionTime in interface BufferingProfile
        Returns:
        execution time for exclusive firing