Class AbstractBufferingSource

    • Field Detail

      • m_Queue

        protected List<Object> m_Queue
        the queue to buffer the output in.
    • Constructor Detail

      • AbstractBufferingSource

        public AbstractBufferingSource()
    • Method Detail

      • reset

        protected void reset()
        Resets the scheme.
        Overrides:
        reset in class AbstractActor
      • hasPendingOutput

        public boolean hasPendingOutput()
        Checks whether there is pending output to be collected after executing the flow item.
        Returns:
        true if there is pending output
      • output

        public Token output()
        Returns the generated token.
        Returns:
        the generated token
      • wrapUp

        public void wrapUp()
        Cleans up after the execution has finished. Graphical output is left untouched.
        Specified by:
        wrapUp in interface Actor
        Overrides:
        wrapUp in class AbstractActor