Class FWPipeLine

java.lang.Object
java.lang.Thread
net.simplace.pipe.control.FWPipeLine
All Implemented Interfaces:
Runnable

public class FWPipeLine extends Thread
Represents a pipeline of processors.
Author:
Andreas Enders
  • Constructor Details

  • Method Details

    • clone

      public FWPipeLine clone()
      Clones the Pipeline
      Overrides:
      clone in class Thread
    • prepare

      public void prepare(FWObservable aObservable, int aNumberOfSteps)
      called to prepare Pipeline Thread for running.
      Parameters:
      aObservable -
      aNumberOfSteps -
    • getResult

      public FWObservable getResult()
      Called after Thread has finished.
      Returns:
      FWObservable
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • getProcessors

      public List<FWProcessor> getProcessors()
      Returns:
      the processors list
    • getAllreadyLoopedCount

      public int getAllreadyLoopedCount()
      Returns:
      the iAllreadyLoopedCount
    • setAllreadyLoopedCount

      public void setAllreadyLoopedCount(int allreadyLoopedCount)
      Parameters:
      allreadyLoopedCount - the iAllreadyLoopedCount to set