Klasse FWPipeLine

java.lang.Object
java.lang.Thread
net.simplace.pipe.control.FWPipeLine
Alle implementierten Schnittstellen:
Runnable

public class FWPipeLine extends Thread
Represents a pipeline of processors.
Autor:
Andreas Enders
  • Konstruktordetails

  • Methodendetails

    • clone

      public FWPipeLine clone()
      Clones the Pipeline
      Setzt außer Kraft:
      clone in Klasse Thread
    • prepare

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

      public FWObservable getResult()
      Called after Thread has finished.
      Gibt zurück:
      FWObservable
    • run

      public void run()
      Angegeben von:
      run in Schnittstelle Runnable
      Setzt außer Kraft:
      run in Klasse Thread
    • getProcessors

      public List<FWProcessor> getProcessors()
      Gibt zurück:
      the processors list
    • getAllreadyLoopedCount

      public int getAllreadyLoopedCount()
      Gibt zurück:
      the iAllreadyLoopedCount
    • setAllreadyLoopedCount

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